diff options
Diffstat (limited to 'create/postgresql')
| -rw-r--r-- | create/postgresql/schema.sql | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
