From eb41bebb04cb8158d46d130ba63ca2044f2ccbb1 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 7 Mar 2012 15:45:09 -0800 Subject: * Mailing lists get multiple chains and pipelines. For example, normal postings go through the `posting_chain` while messages to owners to through `owners_chain`. The default `built-in` chain is renamed to `default-posting-chain` while the `built-in` pipeline is renamed `default-posting-pipeline`. * Schema changes: - start_chain -> posting_chain - pipeline -> posting_pipeline --- src/mailman/database/schema/postgres.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mailman/database/schema/postgres.sql') diff --git a/src/mailman/database/schema/postgres.sql b/src/mailman/database/schema/postgres.sql index b0a30bb78..713d6d1a3 100644 --- a/src/mailman/database/schema/postgres.sql +++ b/src/mailman/database/schema/postgres.sql @@ -84,8 +84,9 @@ CREATE TABLE mailinglist ( nonmember_rejection_notice TEXT, obscure_addresses BOOLEAN, personalize INTEGER, - pipeline TEXT, post_id INTEGER, + posting_chain TEXT, + posting_pipeline TEXT, preferred_language TEXT, private_roster BOOLEAN, real_name TEXT, @@ -98,7 +99,6 @@ CREATE TABLE mailinglist ( send_goodbye_message BOOLEAN, send_reminders BOOLEAN, send_welcome_message BOOLEAN, - start_chain TEXT, subject_prefix TEXT, subscribe_auto_approval BYTEA, subscribe_policy INTEGER, -- cgit v1.2.3-70-g09d2