Skip to content

Commit 00f0e76

Browse files
committed
Add missing not nullable column
1 parent 5226fa5 commit 00f0e76

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

backend/src/main/resources/db/migration/internal/V0.290__Update_last_positions_table.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ ALTER TABLE public.last_positions
88
ALTER COLUMN impact_risk_factor SET NOT NULL;
99
ALTER TABLE public.last_positions
1010
ALTER COLUMN probability_risk_factor SET NOT NULL;
11+
ALTER TABLE public.last_positions
12+
ALTER COLUMN detectability_risk_factor SET NOT NULL;
1113
ALTER TABLE public.last_positions
1214
ALTER COLUMN risk_factor SET NOT NULL;

backend/src/main/resources/db/migration/internal/V0.291__Update_risk_factors_table.sql

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)