diff options
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/items.sql')
-rw-r--r-- | upgrades/dbpatches/1.4/postgresql/patch/items.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/items.sql b/upgrades/dbpatches/1.4/postgresql/patch/items.sql index eeb7ecbe..871cf365 100644 --- a/upgrades/dbpatches/1.4/postgresql/patch/items.sql +++ b/upgrades/dbpatches/1.4/postgresql/patch/items.sql @@ -34,7 +34,7 @@ CREATE TABLE items_tmp ( delay_flex varchar(255) DEFAULT '' NOT NULL, params text DEFAULT '' NOT NULL, PRIMARY KEY (itemid) -); +) with OIDS; CREATE UNIQUE INDEX items_1 on items_tmp (hostid,key_); CREATE INDEX items_2 on items_tmp (nextcheck); CREATE INDEX items_3 on items_tmp (status); |