From 4b69a7ae5ecd4c9e9001c4f1db85c71bf850eb30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20N=2E=20Wed=C3=B8e?= Date: Mon, 28 Oct 2024 08:59:45 +0100 Subject: [PATCH] Behandling was completed in Klanke. Patch to remove from Kabal lists. Co-authored-by: Andreas Jonsson --- src/main/resources/db/migration/V158__ferdigstill.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/main/resources/db/migration/V158__ferdigstill.sql diff --git a/src/main/resources/db/migration/V158__ferdigstill.sql b/src/main/resources/db/migration/V158__ferdigstill.sql new file mode 100644 index 000000000..4ae2791eb --- /dev/null +++ b/src/main/resources/db/migration/V158__ferdigstill.sql @@ -0,0 +1,9 @@ +UPDATE klage.behandling +SET utfall_id = '6', + dato_behandling_avsluttet = now(), + dato_behandling_avsluttet_av_saksbehandler = now(), + kjennelse_mottatt = '2024-10-23', + tildelt_saksbehandlerident = 'S160846', + tildelt_enhet = '4295', + dato_behandling_tildelt = now() +WHERE id = '8207335c-b1c6-495a-bb1c-8a3fe3e45857'; \ No newline at end of file