v0.3.0
- Refactoring migrate logic, and this version is not compatible with previous version.
- Now there don't need
old_models.py
and it store in database. - Upgrade steps:
- Upgrade aerich version.
- Drop aerich table in database.
- Delete
migrations/{app}
folder and rerunaerich init-db
. - Update model and
aerich migrate
normally.