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

@@ -7,7 +7,7 @@
## Introduction
Aerich is a database migrations tool for Tortoise-ORM, which is like alembic for SQLAlchemy, or like Django ORM with
Aerich is a database migrations tool for TortoiseORM, which is like alembic for SQLAlchemy, or like Django ORM with
it\'s own migration solution.
## Install