summaryrefslogtreecommitdiffstats
path: root/create/postgresql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/postgresql/schema.sql')
-rw-r--r--create/postgresql/schema.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index acaa4dc4..5ad70042 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -164,6 +164,8 @@ CREATE TABLE actions (
actionid serial,
triggerid int4 DEFAULT '0' NOT NULL,
userid int4 DEFAULT '0' NOT NULL,
+ scope int4 DEFAULT '0' NOT NULL,
+ severity int4 DEFAULT '0' NOT NULL,
good int4 DEFAULT '0' NOT NULL,
delay int4 DEFAULT '0' NOT NULL,
subject varchar(255) DEFAULT '' NOT NULL,