suna/backend/supabase/migrations/20250703191627_feedback_pol...

10 lines
126 B
MySQL
Raw Normal View History

2025-07-04 03:21:27 +08:00
create policy "Authenticated read feedback"
on "public"."feedback"
as permissive
for select
to authenticated
using (true);