Fix rename field on the field add. (#134)

This commit is contained in:
long2ice
2021-03-21 20:43:05 +08:00
parent 505d361597
commit 364735f804
5 changed files with 40 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "aerich"
version = "0.5.1"
version = "0.5.2"
description = "A database migrations tool for Tortoise ORM."
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"
@@ -16,7 +16,7 @@ include = ["CHANGELOG.md", "LICENSE", "README.md"]
[tool.poetry.dependencies]
python = "^3.7"
tortoise-orm = "^0.16.21"
tortoise-orm = "*"
click = "*"
pydantic = "*"
aiomysql = { version = "*", optional = true }