Skip to content

Commit

Permalink
Gi cloudsqliam rollen tilgang til schema veilarboppfolging
Browse files Browse the repository at this point in the history
  • Loading branch information
holymaloney committed Jan 24, 2025
1 parent d23a38f commit 31e273c
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DO
$$
BEGIN
IF (SELECT exists(SELECT rolname FROM pg_roles WHERE rolname = 'cloudsqliamuser'))
THEN
GRANT USAGE ON SCHEMA veilarboppfolging to "cloudsqliamuser";
END IF;
END
$$;

0 comments on commit 31e273c

Please sign in to comment.