style cleaning
This commit is contained in:
parent
e1f37b81e8
commit
5904cba617
@ -31,7 +31,9 @@ def upgrade(migrate_engine):
|
||||
# bind migrate_engine to your metadata
|
||||
meta.bind = migrate_engine
|
||||
|
||||
floating_ips = Table('floating_ips', meta, autoload=True,
|
||||
autoload_with=migrate_engine)
|
||||
floating_ips = Table('floating_ips',
|
||||
meta,
|
||||
autoload=True,
|
||||
autoload_with=migrate_engine)
|
||||
|
||||
floating_ips.create_column(c_auto_assigned)
|
||||
|
Loading…
x
Reference in New Issue
Block a user