diff options
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/ids.sql')
-rw-r--r-- | upgrades/dbpatches/1.4/postgresql/patch/ids.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/ids.sql b/upgrades/dbpatches/1.4/postgresql/patch/ids.sql index 8e49ef0e..98d2bea4 100644 --- a/upgrades/dbpatches/1.4/postgresql/patch/ids.sql +++ b/upgrades/dbpatches/1.4/postgresql/patch/ids.sql @@ -4,4 +4,4 @@ CREATE TABLE ids ( field_name varchar(64) DEFAULT '' NOT NULL, nextid bigint DEFAULT '0' NOT NULL, PRIMARY KEY (nodeid,table_name,field_name) -); +) with OIDS; |