Merge "Fix wrong order of tables in downgrade"

This commit is contained in:
Jenkins 2014-07-29 22:59:59 +00:00 committed by Gerrit Code Review
commit a43f74d8c6
1 changed files with 1 additions and 1 deletions

View File

@ -66,5 +66,5 @@ def downgrade(active_plugins=None, options=None):
if not migration.should_run(active_plugins, migration_for_plugins):
return
op.drop_table('ml2_brocadenetworks')
op.drop_table('ml2_brocadeports')
op.drop_table('ml2_brocadenetworks')