summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.4/postgresql/patch/httptestitem.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/httptestitem.sql')
-rw-r--r--upgrades/dbpatches/1.4/postgresql/patch/httptestitem.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/httptestitem.sql b/upgrades/dbpatches/1.4/postgresql/patch/httptestitem.sql
index 17ffd7c3..9c12b040 100644
--- a/upgrades/dbpatches/1.4/postgresql/patch/httptestitem.sql
+++ b/upgrades/dbpatches/1.4/postgresql/patch/httptestitem.sql
@@ -4,5 +4,4 @@ CREATE TABLE httptestitem (
itemid bigint DEFAULT '0' NOT NULL,
type integer DEFAULT '0' NOT NULL,
PRIMARY KEY (httptestitemid)
-);
-CREATE UNIQUE INDEX httptestitem_httptestitem_1 on httptestitem (httptestid,itemid);
+) with OIDS;