summaryrefslogtreecommitdiff
path: root/src/mailman/database/sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/database/sql')
-rw-r--r--src/mailman/database/sql/postgres.sql1
-rw-r--r--src/mailman/database/sql/sqlite.sql1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/database/sql/postgres.sql b/src/mailman/database/sql/postgres.sql
index 2ca94217f..60c05e340 100644
--- a/src/mailman/database/sql/postgres.sql
+++ b/src/mailman/database/sql/postgres.sql
@@ -3,7 +3,6 @@ CREATE TABLE mailinglist (
-- List identity
list_name TEXT,
mail_host TEXT,
- list_id TEXT,
include_list_post_header BOOLEAN,
include_rfc2369_headers BOOLEAN,
-- Attributes not directly modifiable via the web u/i
diff --git a/src/mailman/database/sql/sqlite.sql b/src/mailman/database/sql/sqlite.sql
index 7368f2159..5987f1879 100644
--- a/src/mailman/database/sql/sqlite.sql
+++ b/src/mailman/database/sql/sqlite.sql
@@ -99,7 +99,6 @@ CREATE TABLE mailinglist (
-- List identity
list_name TEXT,
mail_host TEXT,
- list_id TEXT,
include_list_post_header BOOLEAN,
include_rfc2369_headers BOOLEAN,
-- Attributes not directly modifiable via the web u/i