Fix downgrade in migration
In folsom_initial name of table nexusport_bindings to drop was not correct. Change-Id: Icb805f3e06c4e05708d11927b24a494c8cc7944f
This commit is contained in:
parent
613d4ebf85
commit
7384b95df8
@ -504,7 +504,7 @@ def downgrade_ryu():
|
|||||||
|
|
||||||
def downgrade_cisco():
|
def downgrade_cisco():
|
||||||
op.drop_tables(
|
op.drop_tables(
|
||||||
'nextport_bindings',
|
'nexusport_bindings',
|
||||||
'port_bindings',
|
'port_bindings',
|
||||||
'credentials',
|
'credentials',
|
||||||
'qoss',
|
'qoss',
|
||||||
|
Loading…
Reference in New Issue
Block a user