docs: replace usages of migrations and links commands (#8894)

This commit is contained in:
Shahed Nasser
2024-08-30 11:48:49 +03:00
committed by GitHub
parent 9b6c2e5efa
commit 8c82207a41
12 changed files with 39 additions and 51 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ You can create a B2B module that adds necessary data models to represent a B2B c
You can now run migrations with the following commands:
```bash npm2yarn
npx medusa migrations run
npx medusa db:migrate
```
### Add Create Company API Route