From 654a42f1352c6acef831a5d32dbe4dfa08aa2429 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 29 Nov 2003 20:27:54 +0000 Subject: Basic support of trends. git-svn-id: svn://svn.zabbix.com/trunk@1071 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 760b1202..675b76b6 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -560,6 +560,7 @@ CREATE TABLE users_groups ( CREATE TABLE trends ( itemid int4 DEFAULT '0' NOT NULL, clock int4 DEFAULT '0' NOT NULL, + num int2 DEFAULT '0' NOT NULL, value_min float8 DEFAULT '0.0000' NOT NULL, value_avg float8 DEFAULT '0.0000' NOT NULL, value_max float8 DEFAULT '0.0000' NOT NULL, -- cgit