mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-03 20:09:29 +00:00
This commit is contained in:
@@ -142,7 +142,8 @@ if($result = pg_query($conn, $qry))
|
||||
Grant select on testtool.vw_auswertung_kategorie to group "admin";
|
||||
Grant select on testtool.vw_auswertung_kategorie to group "web";
|
||||
Grant select on vw_studiensemester to group "admin";
|
||||
Grant select on public.vw_benutzerfunktion to group "admin";
|
||||
Grant select on public.vw_benutzerfunktion to group "admin";
|
||||
Grant select on public.vw_prestudent to group "admin";
|
||||
';
|
||||
echo $qry;
|
||||
pg_query($conn, $qry);
|
||||
|
||||
Reference in New Issue
Block a user