Merge "Fix mistake in usage drop_constraint parameters"

This commit is contained in:
Jenkins
2014-01-13 00:58:06 +00:00
committed by Gerrit Code Review

View File

@@ -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'
) )