Merge pull request #108 from jcreek/docs-update

docs: update migration command
This commit is contained in:
Josh Creek
2024-11-19 22:00:04 +00:00
committed by GitHub
+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`
`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: