Add autoincrement/sequence fields for horde_perms.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 24 May 2010 18:26:02 +0000 (14:26 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 24 May 2010 18:27:15 +0000 (14:27 -0400)
commit8d1045506d8c987d270982c7c9d7d1088d5d6d43
tree45f2b974f78094c7372758020f7acb7419c3724d
parent4095572468ab9a103b2be6f14c531615b60a0fe0
Add autoincrement/sequence fields for horde_perms.

This fixes constraint violations due to the move to Horde_Db. Really
not 100% sure about the syntax for the oracle trigger...
12 files changed:
horde/scripts/sql/create.mssql.sql
horde/scripts/sql/create.mysql.sql
horde/scripts/sql/create.oci8.sql
horde/scripts/sql/create.pgsql.sql
horde/scripts/sql/create.sql
horde/scripts/sql/horde_perms.mysql.sql
horde/scripts/sql/horde_perms.oci8.sql
horde/scripts/sql/horde_perms.pgsql.sql
horde/scripts/sql/horde_perms.sql
horde/scripts/upgrades/2010-05-24_horde_perms_autoincrement.mysql.sql.sql [new file with mode: 0644]
horde/scripts/upgrades/2010-05-24_horde_perms_autoincrement.oci8.sql [new file with mode: 0644]
horde/scripts/upgrades/2010-05-24_horde_perms_autoincrement.pgsql.sql [new file with mode: 0644]