Skip to content

Commit

Permalink
Remove problematic case from migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Dec 19, 2024
1 parent 05bf6d3 commit 7e4fe36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ class V172__dvh_pesys_fix_migrated_anker_part2 : BaseJavaMigration() {
'65081126',
'65081297',
'65082878',
'65082915',
'65083007',
'65082915',
'65084314',
'65084512',
'65085044',
Expand Down Expand Up @@ -798,8 +797,9 @@ class V172__dvh_pesys_fix_migrated_anker_part2 : BaseJavaMigration() {
"46788052" -> statistikkTilDVH.copy(behandlingId = "48375286", tekniskTid = LocalDateTime.now())
"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())
//Problemtilfelle knyttet til kilderef 65083007. Ta senere.
// "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

This file was deleted.

0 comments on commit 7e4fe36

Please sign in to comment.