From 14299f10d33a8675777664944a385f993ca24b64 Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 2 Aug 2006 12:51:31 +0000 Subject: - improved sound notification of trigger status changing (Eugene) - developed aggrigated graphs (Eugene) - fixed graphs drawing (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3092 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'create/postgresql/schema.sql') diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index d47e7054..a8df2793 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -495,6 +495,7 @@ CREATE TABLE graphs ( templateid int4 DEFAULT '0' NOT NULL, show_work_period int2 DEFAULT '1' NOT NULL, show_triggers int2 DEFAULT '1' NOT NULL, + graphtype int2 DEFAULT '0' NOT NULL, PRIMARY KEY (graphid) ); -- cgit