-
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.
- Loading branch information
1 parent
8f58018
commit a912feb
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
src/main/resources/db/migration/R__grant_to_cloudsqliamuser.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 |
---|---|---|
@@ -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; |
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,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); |