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.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index a99e8cf9..443d3706 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -176,6 +176,7 @@ CREATE TABLE actions (
subject varchar(255) DEFAULT '' NOT NULL,
message text DEFAULT '' NOT NULL,
nextcheck int4 DEFAULT '0' NOT NULL,
+ recipient int1 DEFAULT '0' NOT NULL,
PRIMARY KEY (actionid),
FOREIGN KEY (triggerid) REFERENCES triggers,
FOREIGN KEY (userid) REFERENCES users