From 6dd15b8a41d705ab1d0735a053a697f23b08d9b5 Mon Sep 17 00:00:00 2001 From: osmiy Date: Thu, 1 Jun 2006 13:44:55 +0000 Subject: - developed aggrgated graphs (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2935 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'create/postgresql/schema.sql') 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 -- cgit