Skip to content

Commit

Permalink
make cols not nul
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed Jul 27, 2024
1 parent 5174802 commit e0e5d68
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE digger_runs ALTER COLUMN approver_user_id DROP NOT NULL;
ALTER TABLE digger_runs ALTER COLUMN approval_date DROP NOT NULL;


0 comments on commit e0e5d68

Please sign in to comment.