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:
Ann Kamyshnikova 2013-10-04 17:02:57 +04:00
parent 613d4ebf85
commit 7384b95df8

View File

@ -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',