Skip to content

Commit

Permalink
Remove behandling created by double-clicking.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed May 30, 2024
1 parent 59da2a7 commit 921b101
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/db/migration/V129__feilregistrer.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
UPDATE klage.behandling
SET feilregistrering_registered = '2024-05-30 16:00:13.000000',
feilregistrering_nav_ident = 'W132204',
feilregistrering_reason = 'Opprettet dobbelt ved en teknisk feil',
feilregistrering_fagsystem_id = '23'
WHERE id in (
'cffbe325-bc98-44f5-8d77-736abcba5c7b'
);

0 comments on commit 921b101

Please sign in to comment.