summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.3/postgresql/patch/httpstepitem.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.3/postgresql/patch/httpstepitem.sql')
-rw-r--r--upgrades/dbpatches/1.3/postgresql/patch/httpstepitem.sql8
1 files changed, 0 insertions, 8 deletions
diff --git a/upgrades/dbpatches/1.3/postgresql/patch/httpstepitem.sql b/upgrades/dbpatches/1.3/postgresql/patch/httpstepitem.sql
deleted file mode 100644
index c8232b97..00000000
--- a/upgrades/dbpatches/1.3/postgresql/patch/httpstepitem.sql
+++ /dev/null
@@ -1,8 +0,0 @@
-CREATE TABLE httpstepitem (
- httpstepitemid bigint DEFAULT '0' NOT NULL,
- httpstepid bigint DEFAULT '0' NOT NULL,
- itemid bigint DEFAULT '0' NOT NULL,
- type integer DEFAULT '0' NOT NULL,
- PRIMARY KEY (httpstepitemid)
-);
-CREATE UNIQUE INDEX httpstepitem_httpstepitem_1 on httpstepitem (httpstepid,itemid);