Add PostgreSQL-specific upgrade script (Request #8630).
authorJan Schneider <jan@horde.org>
Thu, 8 Oct 2009 17:08:15 +0000 (19:08 +0200)
committerJan Schneider <jan@horde.org>
Thu, 8 Oct 2009 17:08:32 +0000 (19:08 +0200)
ingo/docs/CHANGES
ingo/scripts/upgrades/1.2.1_to_1.2.2.pgsql.sql [new file with mode: 0644]

index 543f396..ceb3355 100644 (file)
@@ -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 (file)
index 0000000..f8f9653
--- /dev/null
@@ -0,0 +1 @@
+ALTER TABLE ingo_shares_groups ALTER group_uid TYPE VARCHAR(255);