docs: small fixes across documentation (#3815)

This commit is contained in:
Shahed Nasser
2023-04-12 15:04:09 +03:00
committed by GitHub
parent 8e7e346683
commit bd21277142
4 changed files with 79 additions and 71 deletions

View File

@@ -12,7 +12,7 @@ In this document, youll learn how to create a [Migration](./overview.mdx) usi
To create a migration that makes changes to your Medusa schema, run the following command:
```bash
npx typeorm migration:create -n UserChanged --dir src/migrations
npx typeorm migration:create src/migrations/UserChanged
```
This will create the migration file in the path you specify. You can use this without the need to install Typeorm's CLI tool. You can then go ahead and make changes to it as necessary.