Skip to content

Commit

Permalink
fix: force more non-null constraints in database
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jan 4, 2024
1 parent 9ee6207 commit 1109ccf
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- revision: 04424b59
-- requires: a83f4798

alter table transaction_history alter column description set default '';
alter table transaction_history alter column description set not null;

alter table grp alter column created_by set not null;

0 comments on commit 1109ccf

Please sign in to comment.