Skip to content

Commit

Permalink
IS-1857: Oppdaterer herId for behandler og kontor
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Nov 28, 2023
1 parent a32f144 commit 5c5c3a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
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;
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;

0 comments on commit 5c5c3a4

Please sign in to comment.