TODO: store version in db

This commit is contained in:
long2ice
2020-05-21 18:38:45 +08:00
parent 23dd29644c
commit ea1191bb10
5 changed files with 33 additions and 17 deletions

View File

@@ -0,0 +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",},
},
}