diff --git a/docs/content/advanced/backend/migrations.md b/docs/content/advanced/backend/migrations.md index d838506eef..6fec10cb73 100644 --- a/docs/content/advanced/backend/migrations.md +++ b/docs/content/advanced/backend/migrations.md @@ -57,7 +57,7 @@ In this section, you’ll learn how to create your own migrations using [Typeorm To create a migration that makes changes to your Medusa schema, run the following command: ```bash -npx typeorm migration:create -n src/path/to/UserChanged +npx typeorm migration:create -n UserChanged --dir src/path ``` :::tip