You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1210,6 +1210,8 @@ Example **drop column** migrations:
1210
1210
1211
1211
### Drop constraint
1212
1212
1213
+
:warning: The **drop constraint** operation is deprecated. Please use the [drop multi-column constraint](#drop-multi-column-constraint) operation instead. The **drop_constraint** operation will be removed in a future release of `pgroll`. :warning:
1214
+
1213
1215
A drop constraint operation drops a single-column constraint from an existing table.
1214
1216
1215
1217
Only `CHECK`, `FOREIGN KEY`, and `UNIQUE` constraints can be dropped.
0 commit comments