We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e56554 commit 742af41Copy full SHA for 742af41
1 file changed
supabase/migrations/20260407161210_drop_unused_delete_storage_object.sql
@@ -0,0 +1,3 @@
1
+-- Delete paths already go through trusted Edge Functions using a service-role client.
2
+-- Remove the unused SQL helper so no privileged storage delete function remains exposed.
3
+DROP FUNCTION IF EXISTS public.delete_storage_object(text, text);
0 commit comments