auth feedback policy

This commit is contained in:
Krishav Raj Singh 2025-07-04 00:51:27 +05:30
parent 0fefd5857a
commit 18678999e2
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
create policy "Authenticated read feedback"
on "public"."feedback"
as permissive
for select
to authenticated
using (true);