diff options
| author | Barry Warsaw | 2012-12-30 12:57:46 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-12-30 12:57:46 -0500 |
| commit | 58d77cbb3ffa8df4f85d0c42a529f3c48cbd8810 (patch) | |
| tree | c0ef1210078b1eb19ad58538a0881d51dba8e04e /src/mailman/database/schema/mm_20121015000000.py | |
| parent | 5b6f92e726ee43453431e13e712deb7e4ecb20ef (diff) | |
| download | mailman-58d77cbb3ffa8df4f85d0c42a529f3c48cbd8810.tar.gz mailman-58d77cbb3ffa8df4f85d0c42a529f3c48cbd8810.tar.zst mailman-58d77cbb3ffa8df4f85d0c42a529f3c48cbd8810.zip | |
Remove mailinglist.private_roster.
Diffstat (limited to 'src/mailman/database/schema/mm_20121015000000.py')
| -rw-r--r-- | src/mailman/database/schema/mm_20121015000000.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/database/schema/mm_20121015000000.py b/src/mailman/database/schema/mm_20121015000000.py index dd6d23ca7..7745b8d9b 100644 --- a/src/mailman/database/schema/mm_20121015000000.py +++ b/src/mailman/database/schema/mm_20121015000000.py @@ -96,6 +96,7 @@ def upgrade_postgres(database, store, version, module_path): store.execute('ALTER TABLE mailinglist DROP COLUMN send_reminders;') store.execute('ALTER TABLE mailinglist DROP COLUMN subscribe_policy;') store.execute('ALTER TABLE mailinglist DROP COLUMN unsubscribe_policy;') + store.execute('ALTER TABLE mailinglist DROP COLUMN private_roster;') store.execute( 'ALTER TABLE mailinglist DROP COLUMN subscribe_auto_approval;') # Record the migration in the version table. |
