Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
chore: 🔧 add acl for new table
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed Feb 5, 2024
1 parent 3905388 commit fb7202e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/db/sql/access_control.sql
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ GRANT USAGE,
SELECT
ON ALL SEQUENCES IN SCHEMA public TO api_websoc_scraper;

GRANT
SELECT
,
INSERT,
UPDATE,
DELETE ON public."WebsocEnrollmentHistoryEntry" TO api_websoc_scraper;

GRANT
SELECT
,
Expand Down

0 comments on commit fb7202e

Please sign in to comment.