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, 0 insertions, 1 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index 953d819d..34fc17aa 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -203,7 +203,6 @@ CREATE INDEX audit_clock on audit (clock);
CREATE TABLE actions (
actionid serial,
userid int4 DEFAULT '0' NOT NULL,
- good int4 DEFAULT '0' NOT NULL,
delay int4 DEFAULT '0' NOT NULL,
subject varchar(255) DEFAULT '' NOT NULL,
message text DEFAULT '' NOT NULL,