diff options
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/httptest.sql')
-rw-r--r-- | upgrades/dbpatches/1.4/postgresql/patch/httptest.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/httptest.sql b/upgrades/dbpatches/1.4/postgresql/patch/httptest.sql index cdaced12..80fa68d6 100644 --- a/upgrades/dbpatches/1.4/postgresql/patch/httptest.sql +++ b/upgrades/dbpatches/1.4/postgresql/patch/httptest.sql @@ -14,5 +14,5 @@ CREATE TABLE httptest ( time numeric(16,4) DEFAULT '0' NOT NULL, error varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY (httptestid) -); +) with OIDS; CREATE INDEX httptest_httptest_1 on httptest (httptestid); |