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