149
149
def upgrade_postgres(database, store, version, module_path):
150
150
# Get the old values from the mailinglist table.
151
151
results = store.execute("""
152
SELECT id, archive, archive_private, list_name, mail_host
152
SELECT id, archive, archive_private, list_name, mail_host
155
155
# Do the simple renames first.