docs(#55): Improve clarity around db migrations

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Josh Creek
2024-11-02 15:38:13 +00:00
committed by GitHub
parent 259d83a71e
commit d62b17ad65
+2
View File
@@ -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`