Skip to content

Commit

Permalink
Reset "anke i TR" for new behandling b/c wrong utfall.
Browse files Browse the repository at this point in the history
Co-authored-by: Øyvind N. Wedøe <[email protected]>
  • Loading branch information
flexable777 and oyvind-wedoe committed Feb 13, 2025
1 parent 484090d commit 4c88f31
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/resources/db/migration/V185__revert_anke_i_tr.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
UPDATE klage.behandling
SET feilregistrering_registered = now(),
feilregistrering_nav_ident = 'J158513',
feilregistrering_reason = 'Skulle vært BETONG',
feilregistrering_fagsystem_id = '23'
WHERE id in (
'06dda241-4bea-4552-adc3-1739e7366230',
'ce38033b-8f07-492c-bd29-ad3048120607'
);

update klage.behandling
SET dato_behandling_avsluttet_av_saksbehandler = null,
dato_behandling_avsluttet = null,
utfall_id = null
WHERE id in (
'5cf42920-e3e3-467a-9a08-ca6efbfb272a',
'6856aa41-aabd-430e-8583-dbf7b2548a42'
);

0 comments on commit 4c88f31

Please sign in to comment.