--- id: supabase-db-reset title: "supabase db reset" slug: supabase-db-reset custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/cli.yml --- import Tabs from '@theme/Tabs'; import TabsPanel from '@theme/TabsPanel'; ``` Resets the local database to reflect current migrations. Any changes on the local database that is not committed will be lost. Usage: supabase db reset ```