From ffce4b50729fa5ee0e11a666fb0ee4b76eebf342 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 27 Dec 2005 13:28:14 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@2431 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 5 ----- 1 file changed, 5 deletions(-) (limited to 'create/postgresql/schema.sql') diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index f713f1d7..953d819d 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -213,11 +213,6 @@ CREATE TABLE actions ( repeatdelay int4 DEFAULT '600' NOT NULL, source int2 DEFAULT '0' NOT NULL, actiontype int2 DEFAULT '0' NOT NULL, - filter_triggerid int4 DEFAULT '0' NOT NULL, - filter_hostid int4 DEFAULT '0' NOT NULL, - filter_groupid int4 DEFAULT '0' NOT NULL, - filter_trigger_name varchar(255) DEFAULT '' NOT NULL, - filter_trigger_severity int4 DEFAULT '0' NOT NULL, PRIMARY KEY (actionid) -- depends on scope. Could be hostid or 0. -- FOREIGN KEY (triggerid) REFERENCES triggers -- cgit