diff options
Diffstat (limited to 'create/postgresql/schema.sql')
| -rw-r--r-- | create/postgresql/schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 09dd8954..16dcfc42 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -177,7 +177,7 @@ CREATE TABLE actions ( message text DEFAULT '' NOT NULL, nextcheck int4 DEFAULT '0' NOT NULL, recipient int4 DEFAULT '0' NOT NULL, - PRIMARY KEY (actionid), + PRIMARY KEY (actionid) -- depends on scope. Could be hostid or 0. -- FOREIGN KEY (triggerid) REFERENCES triggers -- could be groupid |
