Support migration for specified index. (#203)

This commit is contained in:
long2ice
2021-12-29 21:36:23 +08:00
parent 15131469df
commit f15cbaf9e0
10 changed files with 113 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "aerich"
version = "0.6.1"
version = "0.6.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 = "*"
tortoise-orm = { git = "https://github.com/tortoise/tortoise-orm.git", branch = "develop" }
click = "*"
asyncpg = { version = "*", optional = true }
asyncmy = { version = "*", optional = true }