update README.md

This commit is contained in:
long2ice 2020-07-29 10:30:25 +08:00
parent 17ab0a1421
commit 6504384879

View File

@ -99,14 +99,8 @@ Success create app migrate location ./migrations/models
Success generate schema for app "models" Success generate schema for app "models"
``` ```
::: {.note}
::: {.title}
Note
:::
If your Tortoise-ORM app is not default `models`, you must specify If your Tortoise-ORM app is not default `models`, you must specify
`--app` like `aerich --app other_models init-db`. `--app` like `aerich --app other_models init-db`.
:::
### Update models and make migrate ### Update models and make migrate