Skip to content

Commit

Permalink
Merge branch 'main' into ny-utbetalingsgenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
blommish committed Aug 11, 2023
2 parents 49869ab + 17d3b37 commit 2823875
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/db/migration/V21__simulering_kontroll.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE TABLE simuleringskontroll (
behandling_id UUID PRIMARY KEY,
input JSON NOT NULL,
resultat JSON NOT NULL
)

0 comments on commit 2823875

Please sign in to comment.