We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401f72e commit 9712aa1Copy full SHA for 9712aa1
1 file changed
scripts/20210107-175803.sql
@@ -0,0 +1,3 @@
1
+alter table projects alter column branch set not null;
2
+alter table projects drop constraint projects_branch_check;
3
+alter table projects add constraint projects_branch_check check(util.non_empty_trimmed_string(branch));
0 commit comments