Skip to content

Commit

Permalink
Behandling was completed outside of Kabal. Patch to remove from list.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Aug 20, 2024
1 parent eab9072 commit 6f4087e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/db/migration/V139__ferdigstill.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
UPDATE klage.behandling
SET utfall_id = '6',
dato_behandling_avsluttet = now(),
dato_behandling_avsluttet_av_saksbehandler = now(),
kjennelse_mottatt = now(),
tildelt_saksbehandlerident = 'F128901',
tildelt_enhet = '4293',
dato_behandling_tildelt = now()
WHERE id = 'd2a51401-90fa-434d-abc9-5313f2dc250f';

0 comments on commit 6f4087e

Please sign in to comment.