mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 23:54:23 +08:00
When a wrapper is changed (e.g., by changing a table name, the entire wrapper is destroyed and recreated. This also destroys dependent objects like functions, but the user is not warned. Add a confirmation modal warning that this will happen.