summaryrefslogtreecommitdiff
path: root/src/mailman/database/schema/postgres.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/database/schema/postgres.sql')
-rw-r--r--src/mailman/database/schema/postgres.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/database/schema/postgres.sql b/src/mailman/database/schema/postgres.sql
index 2e9ba249f..0e97a4332 100644
--- a/src/mailman/database/schema/postgres.sql
+++ b/src/mailman/database/schema/postgres.sql
@@ -110,7 +110,8 @@ CREATE TABLE mailinglist (
topics_enabled BOOLEAN,
unsubscribe_policy INTEGER,
welcome_message_uri TEXT,
- moderation_callback TEXT,
+ -- This was accidentally added by the PostgreSQL porter.
+ -- moderation_callback TEXT,
PRIMARY KEY (id)
);