mirror of
https://github.com/supabase/supabase.git
synced 2026-05-23 19:13:13 +08:00
16 lines
373 B
Plaintext
16 lines
373 B
Plaintext
---
|
|
id: supabase-db-changes
|
|
title: "supabase db changes"
|
|
slug: supabase-db-changes
|
|
custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/cli.yml
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabsPanel from '@theme/TabsPanel';
|
|
|
|
```
|
|
Diffs the local database with current migrations, then print the diff to standard output.
|
|
|
|
Usage:
|
|
supabase db changes
|
|
``` |