-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IS-1857: Oppdaterer herId for behandler og kontor
- Loading branch information
1 parent
a32f144
commit 5c5c3a4
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
src/main/resources/db/migration/V4_3__update_behandler_kontor_herid.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,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; |
1 change: 1 addition & 0 deletions
1
src/main/resources/db/migration/V4_4__update_behandler_herid.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 @@ | ||
UPDATE BEHANDLER SET her_id='164688',telefon='91303478',updated_at=now() WHERE id=9936; |