mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 19:13:48 +00:00
docs(#55): Improve clarity around db migrations
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
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`
|
||||||
|
|
||||||
|
> 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:
|
||||||
|
|
||||||
`npx supabase db push`
|
`npx supabase db push`
|
||||||
|
|||||||
Reference in New Issue
Block a user