-
Notifications
You must be signed in to change notification settings - Fork 1
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
c0176ab
commit f5a59a1
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/Altinn.Profile.Integrations/Migration/v0.00/01-setup-schema.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,2 +1,2 @@ | ||
-- Create schema if it doesn't exist | ||
CREATE SCHEMA IF NOT EXISTS contact_and_reservation; | ||
CREATE SCHEMA IF NOT EXISTS contact_and_reservation; |
2 changes: 1 addition & 1 deletion
2
src/Altinn.Profile.Integrations/Migration/v0.01/01-setup-grants.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,3 +1,3 @@ | ||
-- Grant access to the schema | ||
GRANT ALL ON SCHEMA contact_and_reservation TO platform_profile_admin; | ||
GRANT USAGE ON SCHEMA contact_and_reservation TO platform_profile; | ||
GRANT USAGE ON SCHEMA contact_and_reservation TO platform_profile; |
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