diff options
Diffstat (limited to 'src/mailman/database/schema')
| -rw-r--r-- | src/mailman/database/schema/mm_20120407000000.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/database/schema/mm_20120407000000.py b/src/mailman/database/schema/mm_20120407000000.py index bfeb1060b..555d35ea2 100644 --- a/src/mailman/database/schema/mm_20120407000000.py +++ b/src/mailman/database/schema/mm_20120407000000.py @@ -61,7 +61,7 @@ def upgrade_sqlite(database, store, version, module_path): archive_policy = int(ArchivePolicy.public) store.execute( 'update ml_backup set ' - ' nntp_moderation = {0}, ' + ' newsgroup_moderation = {0}, ' ' nntp_prefix_subject_too = {1}, ' ' archive_policy = {2} ' 'where id = {2};'.format(news_moderation, news_prefix, |
