summaryrefslogtreecommitdiffstats
path: root/create/postgresql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/postgresql/schema.sql')
-rw-r--r--create/postgresql/schema.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index 8928549e..d8fdf0cd 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -512,6 +512,9 @@ CREATE TABLE graphs_items (
sortorder int4 DEFAULT '0' NOT NULL,
color varchar(32) DEFAULT 'Dark Green' NOT NULL,
yaxisside int2 DEFAULT '1' NOT NULL,
+ calc_fnc int2 DEFAULT '2' NOT NULL,
+ show_history int2 DEFAULT '0' NOT NULL,
+ history_len int4 DEFAULT '5' NOT NULL,
PRIMARY KEY (gitemid)
-- FOREIGN KEY (graphid) REFERENCES graphs,
-- FOREIGN KEY (itemid) REFERENCES items