From acb400231b6203d4c8c0f15c6f05947b86ba2bd2 Mon Sep 17 00:00:00 2001 From: OllyNicholass Date: Tue, 19 Nov 2024 21:43:08 +0000 Subject: [PATCH] docs: update migration command --- docs/database-setup.md | 2 ++ 1 file changed, 2 insertions(+) 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: