diff options
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/nodes.sql')
-rw-r--r-- | upgrades/dbpatches/1.4/postgresql/patch/nodes.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/nodes.sql b/upgrades/dbpatches/1.4/postgresql/patch/nodes.sql index 9054c83b..4576949d 100644 --- a/upgrades/dbpatches/1.4/postgresql/patch/nodes.sql +++ b/upgrades/dbpatches/1.4/postgresql/patch/nodes.sql @@ -13,4 +13,4 @@ CREATE TABLE nodes ( nodetype integer DEFAULT '0' NOT NULL, masterid integer DEFAULT '0' NOT NULL, PRIMARY KEY (nodeid) -); +) with OIDS; |