Skip to content

Commit

Permalink
Missing behandlingid in handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Dec 19, 2024
1 parent 1170ff1 commit 05bf6d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ class V172__dvh_pesys_fix_migrated_anker_part2 : BaseJavaMigration() {
"46722760" -> statistikkTilDVH.copy(behandlingId = "48384218", tekniskTid = LocalDateTime.now())
"46528912" -> statistikkTilDVH.copy(behandlingId = "48349418", tekniskTid = LocalDateTime.now())
"46469557" -> statistikkTilDVH.copy(behandlingId = "48387421", tekniskTid = LocalDateTime.now())
"50207416" -> statistikkTilDVH.copy(behandlingId = "48387421", tekniskTid = LocalDateTime.now())
"46720470" -> statistikkTilDVH.copy(behandlingId = "48264729", tekniskTid = LocalDateTime.now())
"46564404" -> statistikkTilDVH.copy(behandlingId = "48352912", tekniskTid = LocalDateTime.now())
"46755697" -> statistikkTilDVH.copy(behandlingId = "48229906", tekniskTid = LocalDateTime.now())
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
UPDATE klage.mottak
SET dvh_referanse ='48387421'
WHERE kilde_referanse = '65083007'
AND dvh_referanse = '50207416';

UPDATE klage.behandling
SET dvh_referanse ='48387421'
WHERE kilde_referanse = '65083007'
AND dvh_referanse = '50207416';

0 comments on commit 05bf6d3

Please sign in to comment.