From 4a1028be33431cddaadcc8645e5b78ecb6fe4a16 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 19 Jun 2001 06:39:16 +0000 Subject: Added column type for table items. git-svn-id: svn://svn.zabbix.com/trunk@84 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 50d20dae..e6b489dd 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -20,6 +20,7 @@ CREATE INDEX hosts_status on hosts (status); CREATE TABLE items ( itemid serial, + type int4 NOT NULL, hostid int4 NOT NULL, description varchar(255) DEFAULT '' NOT NULL, key_ varchar(64) DEFAULT '' NOT NULL, -- cgit