Skip to content

Commit 9c624d8

Browse files
authored
Add branch name field to projects table (#14)
1 parent 4ba613a commit 9c624d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/20210105-155846.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
alter table projects add column branch text check(util.null_or_non_empty_trimmed_string(branch));

0 commit comments

Comments
 (0)