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
@@ -166,10 +166,10 @@ export const restockModelHighlights = [
})
```
You can now run the module's migrations with the following command:
You can now run the migrations with the following command:
```bash npm2yarn
npx medusa migrations run
npx medusa db:migrate
```
### Create Restock Notification API Route