mirror of https://github.com/kortix-ai/suna.git
auth feedback policy
This commit is contained in:
parent
0fefd5857a
commit
18678999e2
|
@ -0,0 +1,9 @@
|
|||
create policy "Authenticated read feedback"
|
||||
on "public"."feedback"
|
||||
as permissive
|
||||
for select
|
||||
to authenticated
|
||||
using (true);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue