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.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index d8fdf0cd..d47e7054 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -513,8 +513,8 @@ CREATE TABLE graphs_items (
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,
+ type int2 DEFAULT '0' NOT NULL,
+ periods_cnt int4 DEFAULT '5' NOT NULL,
PRIMARY KEY (gitemid)
-- FOREIGN KEY (graphid) REFERENCES graphs,
-- FOREIGN KEY (itemid) REFERENCES items