docs(#55): Add clearer migration commands

This commit is contained in:
Josh Creek
2024-10-29 21:17:10 +00:00
parent 243dc883ac
commit 90875517da
+7 -1
View File
@@ -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`