Fix db_constraint when fk changed. (#179)

This commit is contained in:
long2ice
2021-07-22 14:37:49 +08:00
parent 77005f3793
commit 2da794d823
4 changed files with 158 additions and 158 deletions

View File

@@ -16,7 +16,7 @@ include = ["CHANGELOG.md", "LICENSE", "README.md"]
[tool.poetry.dependencies]
python = "^3.7"
tortoise-orm = "*"
tortoise-orm = { git = "https://github.com/tortoise/tortoise-orm.git", branch = "develop" }
click = "*"
pydantic = "*"
aiomysql = { version = "*", optional = true }