mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 02:53:50 +00:00
Merge pull request #108 from jcreek/docs-update
docs: update migration command
This commit is contained in:
@@ -83,6 +83,8 @@ To do so without resetting the database, you can use the following command:
|
|||||||
|
|
||||||
`npx supabase migration up`
|
`npx supabase migration up`
|
||||||
|
|
||||||
|
`npx supabase migration up --linked`
|
||||||
|
|
||||||
> Use this command when you want to preserve existing data whilst applying new schema changes. For a fresh start with test data, use `npx supabase db reset` instead.
|
> Use this command when you want to preserve existing data whilst applying new schema changes. For a fresh start with test data, use `npx supabase db reset` instead.
|
||||||
|
|
||||||
And for the database in the cloud:
|
And for the database in the cloud:
|
||||||
|
|||||||
Reference in New Issue
Block a user