Skip to content

Commit

Permalink
Merge pull request #3557 from raff4el/main
Browse files Browse the repository at this point in the history
fix missing table in grant.pg.sql
  • Loading branch information
jberanek authored Nov 9, 2023
2 parents 5d85299 + 8c8783a commit 119880e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grant.pg.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ GRANT ALL ON
mrbs_room,mrbs_room_id_seq,
mrbs_users,mrbs_users_id_seq,
mrbs_variables,mrbs_variables_id_seq,
mrbs_participants,mrbs_participants_id_seq,
mrbs_zoneinfo,mrbs_zoneinfo_id_seq
TO mrbs;

0 comments on commit 119880e

Please sign in to comment.