Skip to content

Commit

Permalink
Remove NOT NULL constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omicron7 committed Aug 19, 2024
1 parent 788d1f5 commit 6cb8d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/sql/migrations/v2.10.23.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
alter table `task` add `git_branch` varchar(255) not null default '';
alter table `task` add `git_branch` varchar(255);

0 comments on commit 6cb8d6f

Please sign in to comment.