summaryrefslogtreecommitdiff
path: root/src/mailman/database/schema/sqlite_20120407000000_01.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/database/schema/sqlite_20120407000000_01.sql')
-rw-r--r--src/mailman/database/schema/sqlite_20120407000000_01.sql6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mailman/database/schema/sqlite_20120407000000_01.sql b/src/mailman/database/schema/sqlite_20120407000000_01.sql
index 58201fb9b..e5d3a39ff 100644
--- a/src/mailman/database/schema/sqlite_20120407000000_01.sql
+++ b/src/mailman/database/schema/sqlite_20120407000000_01.sql
@@ -10,22 +10,26 @@
-- REM archive
-- REM archive_private
-- REM archive_volume_frequency
+-- REM include_list_post_header
-- REM news_moderation
-- REM news_prefix_subject_too
-- REM nntp_host
--
-- THESE COLUMNS ARE ADDED BY THE PYTHON MIGRATION LAYER:
+-- ADD allow_list_posts
-- ADD archive_policy
-- ADD newsgroup_moderation
-- ADD nntp_prefix_subject_too
+
-- LP: #971013
+-- LP: #967238
CREATE TABLE ml_backup(
id INTEGER NOT NULL,
-- List identity
list_name TEXT,
mail_host TEXT,
- include_list_post_header BOOLEAN,
+ allow_list_posts BOOLEAN,
include_rfc2369_headers BOOLEAN,
-- Attributes not directly modifiable via the web u/i
created_at TIMESTAMP,