From 69ac0b14036019a94cc3ceb44d447773df4198d0 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sun, 31 Mar 2002 12:52:37 +0000 Subject: - added column value_type to table items_template (Alexei) - support for system[uname] (Alexei) - support for system[hostname] (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@342 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 fae6aacf..0dfed834 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -224,6 +224,7 @@ CREATE TABLE items_template ( description varchar(255) DEFAULT '' NOT NULL, key_ varchar(64) DEFAULT '' NOT NULL, delay int4 DEFAULT '0' NOT NULL, + value_type int4 DEFAULT '0' NOT NULL, PRIMARY KEY (itemtemplateid) ); -- cgit