Merge "Fix downgrade in migration"
This commit is contained in:
commit
41bc9e8ea2
@ -58,7 +58,7 @@ def downgrade(active_plugins=None, options=None):
|
|||||||
return
|
return
|
||||||
|
|
||||||
op.drop_constraint(
|
op.drop_constraint(
|
||||||
name=CONSTRAINT_NAME,
|
CONSTRAINT_NAME,
|
||||||
tablename=TABLE_NAME,
|
TABLE_NAME,
|
||||||
type='unique'
|
type_='unique'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user