-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Rydder bort "spøkelsesbehandlinger" som kun finnes i statistikk * Legger på litt ekstra logging for å identifisere nye tilfeller Av tilbakestilte behandlinger, slik at det er mulig å få med seg at det skjer på nytt. * annulert -> annullert * Bruker enum for avbrutt * Legger på en ekstra try/catch for å unngå spam I tilfelle noe brekker * Rekjører rydding med faktisk riktig rydding * Logger fra gjennomføringen
- Loading branch information
Showing
3 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
apps/etterlatte-statistikk/src/main/resources/db/migration/V57__rekjoer_fiksing.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- ryddingen må rekjøres med riktig / oppdatert kode, siden den ikke ryddet riktig | ||
update tilbakestilte_behandlinger set ryddet = false where ryddet = true; |