docs: update migration command

This commit is contained in:
OllyNicholass
2024-11-19 21:43:08 +00:00
parent b333ec2bef
commit acb400231b
+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 --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.
And for the database in the cloud: