diff options
Diffstat (limited to 'create/postgresql/schema.sql')
| -rw-r--r-- | create/postgresql/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 88e0fe19..fbedd28b 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -216,6 +216,7 @@ CREATE TABLE actions ( repeatdelay int4 DEFAULT '600' NOT NULL, source int2 DEFAULT '0' NOT NULL, actiontype int2 DEFAULT '0' NOT NULL, + status int2 DEFAULT '0' NOT NULL, PRIMARY KEY (actionid) -- depends on scope. Could be hostid or 0. -- FOREIGN KEY (triggerid) REFERENCES triggers |
