summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.4/postgresql/patch/graphs.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.4/postgresql/patch/graphs.sql')
-rw-r--r--upgrades/dbpatches/1.4/postgresql/patch/graphs.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/postgresql/patch/graphs.sql b/upgrades/dbpatches/1.4/postgresql/patch/graphs.sql
index 38a6c1a4..bdd119ef 100644
--- a/upgrades/dbpatches/1.4/postgresql/patch/graphs.sql
+++ b/upgrades/dbpatches/1.4/postgresql/patch/graphs.sql
@@ -11,7 +11,7 @@ CREATE TABLE graphs_tmp (
show_triggers integer DEFAULT '1' NOT NULL,
graphtype integer DEFAULT '0' NOT NULL,
PRIMARY KEY (graphid)
-);
+) with OIDS;
CREATE INDEX graphs_graphs_1 on graphs_tmp (name);
insert into graphs_tmp select *,0 from graphs;