Skip to content

Commit

Permalink
Add missing not nullable column
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Feb 5, 2025
1 parent 5226fa5 commit 00f0e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ ALTER TABLE public.last_positions
ALTER COLUMN impact_risk_factor SET NOT NULL;
ALTER TABLE public.last_positions
ALTER COLUMN probability_risk_factor SET NOT NULL;
ALTER TABLE public.last_positions
ALTER COLUMN detectability_risk_factor SET NOT NULL;
ALTER TABLE public.last_positions
ALTER COLUMN risk_factor SET NOT NULL;

This file was deleted.

0 comments on commit 00f0e76

Please sign in to comment.