Skip to content

Commit

Permalink
Behandling was completed in Klanke. Patch to remove from Kabal lists.
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Jonsson <[email protected]>
  • Loading branch information
oyvind-wedoe and flexable777 committed Oct 28, 2024
1 parent 575c1c1 commit 4b69a7a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/db/migration/V158__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 = '2024-10-23',
tildelt_saksbehandlerident = 'S160846',
tildelt_enhet = '4295',
dato_behandling_tildelt = now()
WHERE id = '8207335c-b1c6-495a-bb1c-8a3fe3e45857';

0 comments on commit 4b69a7a

Please sign in to comment.