Store versions in db

This commit is contained in:
long2ice
2020-05-21 21:22:06 +08:00
parent ea1191bb10
commit aa921355b9
7 changed files with 86 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
TORTOISE_ORM = {
"connections": {"default": "mysql://root:123456@127.0.0.1:3306/test"},
"apps": {
"models": {"models": ["tests.models", "aerich.models"], "default_connection": "default",},
"models": {"models": ["tests.models", "aerich.models"], "default_connection": "default"}
},
}