diff options
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/httpstep.sql')
-rw-r--r-- | upgrades/dbpatches/1.4/postgresql/patch/httpstep.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/httpstep.sql b/upgrades/dbpatches/1.4/postgresql/patch/httpstep.sql index 4d0c7630..f0f86342 100644 --- a/upgrades/dbpatches/1.4/postgresql/patch/httpstep.sql +++ b/upgrades/dbpatches/1.4/postgresql/patch/httpstep.sql @@ -9,5 +9,5 @@ CREATE TABLE httpstep ( required varchar(255) DEFAULT '' NOT NULL, status_codes varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (httpstepid) -); +) with OIDS; CREATE INDEX httpstep_httpstep_1 on httpstep (httptestid); |