Skip to content

Commit

Permalink
IS-1651: Behandle møtebehov that is actually behandlet (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikdahlen authored Oct 13, 2023
1 parent 9699628 commit 74cfb66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/db/migration/V15_4__close_motebehov.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
UPDATE person_oversikt_status
SET motebehov_ubehandlet = FALSE
WHERE uuid = '163ea536-be1f-4e51-9987-a74965bb8f11';

UPDATE person_oversikt_status
SET motebehov_ubehandlet = FALSE
WHERE uuid = '9090ba90-3cda-4431-856d-90a9601c7576';

0 comments on commit 74cfb66

Please sign in to comment.