Releases: tortoise/aerich
Releases · tortoise/aerich
v0.8.0
- Fix the issue of parameter concatenation when generating ORM with inspectdb (#331)
- Fix KeyError when deleting a field with unqiue=True. (#364)
- Correct the click import. (#360)
- Improve CLI help text and output. (#355)
- Fix mysql drop unique index raises OperationalError. (#346)
Upgrade note:- Use column name as unique key name for mysql
- Drop support for Python3.7
v0.7.2
v0.7.1
v0.7.1rc1
v0.7.0
Now aerich use .py
file to record versions.
Upgrade Note:
- Truncate
aerich
table - Delete
migrations/models
folder - Run
aerich init-db
- Improve
inspectdb
adding support topostgresql::numeric
data type - Add support for dynamically load DDL classes easing to add support to
new databases without changingMigrate
class logic - Fix decimal field change. (#246)
- Support add/remove field with index.