Remove the drop_constraint
operation
#489
Labels
breaking-changes
breaking changes to pgroll
Milestone
drop_constraint
operation
#489
Remove the
drop_constraint
operation type, which only drops single-column constraints.The operation is redundant since the addition of
drop_multicolumn_constraint
in #487 which can drop single and multi-column constraints.This a breaking change, and should be made just before a
v1
release.The text was updated successfully, but these errors were encountered: