tortoise / aerich

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

Is normal behavior ? #140

Open vadim-shadrin opened 3 years ago

vadim-shadrin commented 3 years ago

I just figured out why we are getting a No change detected message . If we change the model before receives such a message. To fix this, we need to move the changes to the stash, then and then revert the changes from the stash and . But I think this behavior is abnormal. Correct me if I'm wrong.

Olegt0rr commented 3 years ago

This issue duplicates #133