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.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index 88cf0a7d..18ce5039 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -207,10 +207,10 @@ CREATE INDEX auditlog_clock on auditlog (clock);
CREATE TABLE actions (
actionid serial,
userid int4 DEFAULT '0' NOT NULL,
- delay int4 DEFAULT '0' NOT NULL,
+-- delay int4 DEFAULT '0' NOT NULL,
subject varchar(255) DEFAULT '' NOT NULL,
message text DEFAULT '' NOT NULL,
- nextcheck int4 DEFAULT '0' NOT NULL,
+-- nextcheck int4 DEFAULT '0' NOT NULL,
recipient int4 DEFAULT '0' NOT NULL,
maxrepeats int4 DEFAULT '0' NOT NULL,
repeatdelay int4 DEFAULT '600' NOT NULL,