Skip to content

Commit

Permalink
IS-2823: Add fysio kontor (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe authored Nov 27, 2024
1 parent 8f58018 commit a912feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
REVOKE ALL ON ALL TABLES IN SCHEMA public FROM cloudsqliamuser;
-- GRANT SELECT ON ALL TABLES IN SCHEMA public TO cloudsqliamuser;
GRANT SELECT ON ALL TABLES IN SCHEMA public TO "isyfo-analyse";
GRANT SELECT ON ALL TABLES IN SCHEMA public TO cloudsqliamuser;
-- GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA public TO cloudsqliamuser;
2 changes: 2 additions & 0 deletions src/main/resources/db/migration/V7_11__add_kontor.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
INSERT INTO BEHANDLER_KONTOR(partner_id, her_id, navn, adresse, postnummer, poststed, orgnummer, dialogmelding_enabled, created_at, updated_at, system, mottatt, dialogmelding_enabled_locked)
values('46803', '146997', 'FYSIOPARKEN DA', 'Sankt Hallvards vei 3', '3414', 'LIERSTRANDA', '921168187', now(), now(), now(), '', now(), false);

0 comments on commit a912feb

Please sign in to comment.