mirror of
https://github.com/supabase/supabase.git
synced 2026-06-04 11:51:55 +08:00
migrates everything from ipip's branch
This commit is contained in:
16
apps/temp-docs/docs/reference/cli/supabase-db-commit.mdx
Normal file
16
apps/temp-docs/docs/reference/cli/supabase-db-commit.mdx
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
id: supabase-db-commit
|
||||
title: "supabase db commit"
|
||||
slug: supabase-db-commit
|
||||
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, writing it as a new migration.
|
||||
|
||||
Usage:
|
||||
supabase db commit <migration name>
|
||||
```
|
||||
Reference in New Issue
Block a user