diff --git a/docs/database-setup.md b/docs/database-setup.md index 5ee424d..0e23316 100644 --- a/docs/database-setup.md +++ b/docs/database-setup.md @@ -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: