Change default config file from aerich.ini to pyproject.toml. (#197)

This commit is contained in:
long2ice
2021-09-27 11:05:20 +08:00
parent 661f241dac
commit 24c1f4cb7d
5 changed files with 116 additions and 78 deletions

View File

@@ -2,6 +2,14 @@
## 0.5
### 0.5.9
- Change default config file from `aerich.ini` to `pyproject.toml`. (#197)
**Upgrade note:**
1. Run `aerich init -t config.TORTOISE_ORM`.
2. Remove `aerich.ini`.
### 0.5.8
- Support `indexes` change. (#193)