mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-12 18:43:50 +00:00
docs(#55): Add clearer migration commands
This commit is contained in:
@@ -79,7 +79,13 @@ There are two options to create a migration file:
|
|||||||
|
|
||||||
## Applying migrations
|
## Applying migrations
|
||||||
|
|
||||||
Reset database in cloud
|
To do so without resetting the database, you can use the following command:
|
||||||
|
|
||||||
|
`npx supabase migration up`
|
||||||
|
|
||||||
|
And for the database in the cloud:
|
||||||
|
|
||||||
|
`npx supabase db push`
|
||||||
|
|
||||||
> Prerequisite login using `npx supabase login`
|
> Prerequisite login using `npx supabase login`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user