diff options
Diffstat (limited to 'upgrades/dbpatches/1.3/postgresql/patch/ids.sql')
-rw-r--r-- | upgrades/dbpatches/1.3/postgresql/patch/ids.sql | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/upgrades/dbpatches/1.3/postgresql/patch/ids.sql b/upgrades/dbpatches/1.3/postgresql/patch/ids.sql deleted file mode 100644 index 8e49ef0e..00000000 --- a/upgrades/dbpatches/1.3/postgresql/patch/ids.sql +++ /dev/null @@ -1,7 +0,0 @@ -CREATE TABLE ids ( - nodeid integer DEFAULT '0' NOT NULL, - table_name varchar(64) DEFAULT '' NOT NULL, - field_name varchar(64) DEFAULT '' NOT NULL, - nextid bigint DEFAULT '0' NOT NULL, - PRIMARY KEY (nodeid,table_name,field_name) -); |