From 5c5c3a4c28842150617f265e68ff6b9b6aa682d9 Mon Sep 17 00:00:00 2001 From: geir-waagboe Date: Tue, 28 Nov 2023 13:26:49 +0100 Subject: [PATCH] IS-1857: Oppdaterer herId for behandler og kontor --- .../db/migration/V4_3__update_behandler_kontor_herid.sql | 8 ++++++++ .../db/migration/V4_4__update_behandler_herid.sql | 1 + 2 files changed, 9 insertions(+) create mode 100644 src/main/resources/db/migration/V4_3__update_behandler_kontor_herid.sql create mode 100644 src/main/resources/db/migration/V4_4__update_behandler_herid.sql diff --git a/src/main/resources/db/migration/V4_3__update_behandler_kontor_herid.sql b/src/main/resources/db/migration/V4_3__update_behandler_kontor_herid.sql new file mode 100644 index 00000000..6ed779f7 --- /dev/null +++ b/src/main/resources/db/migration/V4_3__update_behandler_kontor_herid.sql @@ -0,0 +1,8 @@ +UPDATE BEHANDLER_KONTOR SET +her_id='171911', +navn='PSYKIATER SIGRID S. JOHNSEN', +adresse='Starvhusgaten 2A', +postnummer='5014', +poststed='BERGEN', +updated_at=now() +WHERE ID=2226; diff --git a/src/main/resources/db/migration/V4_4__update_behandler_herid.sql b/src/main/resources/db/migration/V4_4__update_behandler_herid.sql new file mode 100644 index 00000000..983b5e50 --- /dev/null +++ b/src/main/resources/db/migration/V4_4__update_behandler_herid.sql @@ -0,0 +1 @@ +UPDATE BEHANDLER SET her_id='164688',telefon='91303478',updated_at=now() WHERE id=9936;