Fix incorrect index creation order. (#151)

This commit is contained in:
long2ice
2021-06-01 17:09:45 +08:00
parent bf1cf21324
commit 9bf2de0b9a
6 changed files with 80 additions and 83 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "aerich"
version = "0.5.3"
version = "0.5.4"
description = "A database migrations tool for Tortoise ORM."
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"