update README.md

This commit is contained in:
long2ice
2021-08-12 15:42:54 +08:00
parent 7d3eb2e151
commit 359525716c
2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ class Command:
def __init__(
self,
tortoise_config: dict,
app: str,
app: str = "models",
location: str = "./migrations",
src_folder: str = ".",
):