diff --git a/docs/database-setup.md b/docs/database-setup.md index 00f6553..227279a 100644 --- a/docs/database-setup.md +++ b/docs/database-setup.md @@ -79,7 +79,13 @@ There are two options to create a migration file: ## Applying migrations -Reset database in cloud +To do so without resetting the database, you can use the following command: + +`npx supabase migration up` + +And for the database in the cloud: + +`npx supabase db push` > Prerequisite login using `npx supabase login`