Merge "Fix incorrect downgrade"
This commit is contained in:
commit
a8485a5ae9
@ -51,7 +51,7 @@ def downgrade(active_plugins=None, options=None):
|
|||||||
|
|
||||||
op.create_table(
|
op.create_table(
|
||||||
'cisco_vlan_bindings',
|
'cisco_vlan_bindings',
|
||||||
sa.Column('vlan_id', sa.Integer(display_width=11), nullable=False),
|
sa.Column('vlan_id', sa.Integer(), nullable=False),
|
||||||
sa.Column('vlan_name', sa.String(length=255), nullable=True),
|
sa.Column('vlan_name', sa.String(length=255), nullable=True),
|
||||||
sa.Column('network_id', sa.String(length=255), nullable=False),
|
sa.Column('network_id', sa.String(length=255), nullable=False),
|
||||||
sa.PrimaryKeyConstraint('vlan_id')
|
sa.PrimaryKeyConstraint('vlan_id')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user