Skip to content

Commit

Permalink
migrate motebehov column from null to svar_behov (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
luantr authored Dec 20, 2024
1 parent 3d53f4b commit b1ad60b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE motebehov
SET skjematype = 'SVAR_BEHOV'
WHERE skjematype IS NULL;

0 comments on commit b1ad60b

Please sign in to comment.