mirror of https://github.com/kortix-ai/suna.git
10 lines
126 B
MySQL
10 lines
126 B
MySQL
|
create policy "Authenticated read feedback"
|
||
|
on "public"."feedback"
|
||
|
as permissive
|
||
|
for select
|
||
|
to authenticated
|
||
|
using (true);
|
||
|
|
||
|
|
||
|
|