tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
843 stars 96 forks source link

Should we be creating an old_models.py file if just doing a migrate? #100

Closed SakuraSound closed 3 years ago

SakuraSound commented 3 years ago

With aerich being removed from requiring an old_models file, should it still create one when migrate is called?

https://github.com/tortoise/aerich/blob/d2e0a68351449eb49843a0ab5ccc608f7552201f/aerich/migrate.py#L88