Files
supabase/apps/temp-docs/docs/reference/cli/supabase-db-reset.mdx
2022-04-26 14:17:19 +02:00

16 lines
402 B
Plaintext

---
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
```