-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Legg til kolonne for å lagre im skjema (#669)
Vi ønsker å splitte opp flyten for innsending av inntektsmeldinger i to steg, med lagring av skjema i steg 1 og beriking i steg 2 (se Del opp innsending i et synkront og et asynkront steg #582). For å gjøre testing av #582 enklere i dev, så ønsker vi å ta inn databasemigreringen i main først.
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
db/src/main/resources/db/migration/V16__inntektsmelding_skjema.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE inntektsmelding | ||
ADD COLUMN skjema jsonb; |