mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 14:44:23 +08:00
- Remove the cleanup function. (Too much potential for concurrently running workflows to stomp all over each other. This should run in a separately scheduled task that locks the table for cleanup.) - Exit with error code if updates error so problem will show up in Action notifications.