diff options
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/httpstepitem.sql')
-rw-r--r-- | upgrades/dbpatches/1.4/postgresql/patch/httpstepitem.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/httpstepitem.sql b/upgrades/dbpatches/1.4/postgresql/patch/httpstepitem.sql index c8232b97..7dea595a 100644 --- a/upgrades/dbpatches/1.4/postgresql/patch/httpstepitem.sql +++ b/upgrades/dbpatches/1.4/postgresql/patch/httpstepitem.sql @@ -4,5 +4,5 @@ CREATE TABLE httpstepitem ( itemid bigint DEFAULT '0' NOT NULL, type integer DEFAULT '0' NOT NULL, PRIMARY KEY (httpstepitemid) -); +) with OIDS; CREATE UNIQUE INDEX httpstepitem_httpstepitem_1 on httpstepitem (httpstepid,itemid); |