We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734ec49 commit 735f14fCopy full SHA for 735f14f
1 file changed
supabase/migrations/20260415124500_set_owner_views_security_invoker.sql
@@ -0,0 +1,4 @@
1
+-- Supabase preview branches do not replay edits to already-applied migration
2
+-- files, so keep the owner-view hardening as a follow-up migration too.
3
+alter view public.profiles_owner_data set (security_invoker = on);
4
+alter view public.listings_owner_data set (security_invoker = on);
0 commit comments