Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions supabase/migrations/0011_enable_failed_webhook_events_rls.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- failed_webhook_events is a service-role-only dead letter queue.
-- Enabling RLS without public policies blocks anon/authenticated clients by default.
ALTER TABLE failed_webhook_events ENABLE ROW LEVEL SECURITY;
Loading