diff --git a/migrations/versions/195144da1f7e_.py b/migrations/versions/195144da1f7e_.py index 9d31259b6..0dbcde1bd 100644 --- a/migrations/versions/195144da1f7e_.py +++ b/migrations/versions/195144da1f7e_.py @@ -34,12 +34,12 @@ def upgrade(): if column_exists('table_movies', 'rowid'): batch_op.drop_column(column_name='rowid') - if 'table_custom_score_profiles' in tables: - op.drop_table('table_custom_score_profiles') - if 'table_custom_score_profile_conditions' in tables: op.drop_table('table_custom_score_profile_conditions') + if 'table_custom_score_profiles' in tables: + op.drop_table('table_custom_score_profiles') + def downgrade(): pass