From b569a28ed2cbba9a7d0570b7610aa17de28b73d1 Mon Sep 17 00:00:00 2001 From: GhanshyamJha Date: Mon, 25 May 2026 02:47:31 +0530 Subject: [PATCH] fix: enable rls for failed webhook events --- supabase/migrations/0012_enable_rls_failed_webhook_events.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 supabase/migrations/0012_enable_rls_failed_webhook_events.sql diff --git a/supabase/migrations/0012_enable_rls_failed_webhook_events.sql b/supabase/migrations/0012_enable_rls_failed_webhook_events.sql new file mode 100644 index 0000000..aaf9804 --- /dev/null +++ b/supabase/migrations/0012_enable_rls_failed_webhook_events.sql @@ -0,0 +1 @@ +ALTER TABLE failed_webhook_events ENABLE ROW LEVEL SECURITY;