def downgrade(): table_prefix = context.config.get_main_option('table_prefix') op.drop_table(table_prefix + 'changes_whitelist')