summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.4/postgresql/patch/functions.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/functions.sql')
-rw-r--r--upgrades/dbpatches/1.4/postgresql/patch/functions.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/functions.sql b/upgrades/dbpatches/1.4/postgresql/patch/functions.sql
index ca5bd668..0812398e 100644
--- a/upgrades/dbpatches/1.4/postgresql/patch/functions.sql
+++ b/upgrades/dbpatches/1.4/postgresql/patch/functions.sql
@@ -6,7 +6,7 @@ CREATE TABLE functions_tmp (
function varchar(12) DEFAULT '' NOT NULL,
parameter varchar(255) DEFAULT '0' NOT NULL,
PRIMARY KEY (functionid)
-);
+) with OIDS;
CREATE INDEX functions_1 on functions_tmp (triggerid);
CREATE INDEX functions_2 on functions_tmp (itemid,function,parameter);