From: Jan Schneider Date: Thu, 8 Oct 2009 17:08:15 +0000 (+0200) Subject: Add PostgreSQL-specific upgrade script (Request #8630). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=97be6bda3a8a1f80c17a65ae65ca0654c9ef90b7;p=horde.git Add PostgreSQL-specific upgrade script (Request #8630). --- diff --git a/ingo/docs/CHANGES b/ingo/docs/CHANGES index 543f396b7..ceb3355c5 100644 --- a/ingo/docs/CHANGES +++ b/ingo/docs/CHANGES @@ -10,6 +10,7 @@ v2.0-git v1.2.3-cvs ---------- +[jan] Add PostgreSQL-specific upgrade script (Request #8630). [jan] Fix procmail vacation rule (micha@kovoks.nl, Bug #7052). [jan] Prevent deadlock with vacation rule in maildrop driver (Bug #8577). diff --git a/ingo/scripts/upgrades/1.2.1_to_1.2.2.pgsql.sql b/ingo/scripts/upgrades/1.2.1_to_1.2.2.pgsql.sql new file mode 100644 index 000000000..f8f9653ee --- /dev/null +++ b/ingo/scripts/upgrades/1.2.1_to_1.2.2.pgsql.sql @@ -0,0 +1 @@ +ALTER TABLE ingo_shares_groups ALTER group_uid TYPE VARCHAR(255);