Fix downgrade in migration
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
This commit is contained in:
parent
b9d04d9a53
commit
1f68a88a20
@ -538,7 +538,7 @@ def downgrade_brocade():
|
||||
|
||||
|
||||
def downgrade_cisco():
|
||||
op.drop_tables(
|
||||
drop_tables(
|
||||
'nexusport_bindings',
|
||||
'port_bindings',
|
||||
'credentials',
|
||||
|
Loading…
Reference in New Issue
Block a user