From 99fffbaf39e6bdd1382b9673b3a80f7d7f091bf6 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 2 Jan 2006 11:58:31 +0000 Subject: - screens and actions will not be under control of templates (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2476 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 2 -- 1 file changed, 2 deletions(-) (limited to 'create/postgresql/schema.sql') diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 95afe961..aceb8912 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -719,9 +719,7 @@ CREATE TABLE hosts_templates ( templateid int4 DEFAULT '0' NOT NULL, items int2 DEFAULT '0' NOT NULL, triggers int2 DEFAULT '0' NOT NULL, - actions int2 DEFAULT '0' NOT NULL, graphs int2 DEFAULT '0' NOT NULL, - screens int2 DEFAULT '0' NOT NULL, PRIMARY KEY (hosttemplateid) ); -- cgit