- Add `Command` class. (148) (141) (123) (106) - Fix: migrate doesn't use source_field in unique_together. (181)
0.5.5
- Fix KeyError: 'src_folder' after upgrading aerich to 0.5.4. (176) - Fix MySQL 5.X rename column. - Fix `db_constraint` when fk changed. (179)
0.5.4
- Fix incorrect index creation order. (151) - Not catch exception when import config. (164) - Support `drop column` for sqlite. (40)
0.5.3
- Fix postgre alter null. (142) - Fix default function when migrate. (147)
0.5.2
- Fix rename field on the field add. (134) - Fix postgres field type change error. (135) - Fix inspectdb for `FloatField`. (138) - Support `rename table`. (139)
0.5.1
- Fix tortoise connections not being closed properly. (120) - Fix bug for field change. (119) - Fix drop model in the downgrade. (132)