Skip to content

Commit

Permalink
Merge pull request #1147 from navikt/patch_a_i_tr
Browse files Browse the repository at this point in the history
Set single behandling to avsluttet, as it was completed outside og Ka…
  • Loading branch information
oyvind-wedoe authored May 21, 2024
2 parents 9d591bc + 5e1662f commit 62661d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/db/migration/V128__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 = 'a6304bf6-6c63-4c1c-a2c2-022939df713a';

0 comments on commit 62661d8

Please sign in to comment.