From 65043848794d2105aa2e132cdbb1999353abf917 Mon Sep 17 00:00:00 2001 From: long2ice Date: Wed, 29 Jul 2020 10:30:25 +0800 Subject: [PATCH] update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 7810bd5..1f7a06c 100644 --- a/README.md +++ b/README.md @@ -99,14 +99,8 @@ Success create app migrate location ./migrations/models Success generate schema for app "models" ``` -::: {.note} -::: {.title} -Note -::: - If your Tortoise-ORM app is not default `models`, you must specify `--app` like `aerich --app other_models init-db`. -::: ### Update models and make migrate