Skip to content

Commit

Permalink
Give read access on motebehov view to DVH
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Jan 23, 2024
1 parent 1df73d1 commit 314d298
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/main/resources/db/migration/R__grant_to_cloudsqliamuser.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,4 @@ REVOKE ALL ON ALL TABLES IN SCHEMA public FROM "[email protected].

GRANT SELECT ON ALL TABLES IN SCHEMA public TO cloudsqliamuser;

GRANT SELECT(
id,
motebehov_uuid,
opprettet_dato,
opprettet_av,
virksomhetsnummer,
har_motebehov,
tildelt_enhet,
behandlet_tidspunkt,
behandlet_veileder_ident,
skjematype,
sm_fnr,
opprettet_av_fnr)
ON motebehov to "[email protected]";

GRANT SELECT ON MOTEBEHOV_DVH TO "[email protected]";

0 comments on commit 314d298

Please sign in to comment.