Merge "Fix mistake in usage drop_constraint parameters"
This commit is contained in:
@@ -59,7 +59,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'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user