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.