mirror of
https://github.com/supabase/supabase.git
synced 2026-05-31 01:42:45 +08:00
16 lines
402 B
Plaintext
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
|
|
``` |