From bc3960286b5f858cedb188dfb9ac64e655fc1205 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 21 Feb 2006 15:50:17 +0000 Subject: - support of max(#N) for sum,min,max,delta and avg (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2667 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 4aafd179..b7b936a7 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -79,6 +79,7 @@ CREATE TABLE items ( lastlogsize int4 DEFAULT '0' NOT NULL, logtimefmt varchar(64) DEFAULT '' NOT NULL, templateid int4 DEFAULT '0' NOT NULL, + valuemapid int4 DEFAULT '0' NOT NULL, PRIMARY KEY (itemid), FOREIGN KEY (hostid) REFERENCES hosts ); -- cgit