Skip to content

Commit

Permalink
IS-2596: Migrate is_aktiv_aktivitetskrav_vurdering
Browse files Browse the repository at this point in the history
  • Loading branch information
andersrognstad committed Aug 26, 2024
1 parent 09e473a commit 5b86700
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 person_oversikt_status
SET is_aktiv_aktivitetskrav_vurdering = true
WHERE aktivitetskrav IN ('NY', 'AVVENT','NY_VURDERING', 'FORHANDSVARSEL') AND aktivitetskrav_stoppunkt > '2023-03-10' and is_aktiv_aktivitetskrav_vurdering = false;

0 comments on commit 5b86700

Please sign in to comment.