Skip to content

Commit

Permalink
Fix downgrade in migration
Browse files Browse the repository at this point in the history
In method downgrade_cisco in migration folsom_initial instead of
local method drop_tables op.drop_tables is used

Closes-Bug: #1243148

Change-Id: Ida6c52653c065e49c85141a7d1e61d394c1d709e
  • Loading branch information
AKamyshnikova committed Dec 5, 2013
1 parent ef271c9 commit 258aad0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -538,7 +538,7 @@ def downgrade_brocade():


def downgrade_cisco():
op.drop_tables(
drop_tables(
'nexusport_bindings',
'port_bindings',
'credentials',
Expand Down

0 comments on commit 258aad0

Please sign in to comment.