You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create my first migration, however, the sorting mechanism is not ordering correctly the table's creation raising KeyError, I think the error lies on peewee_migrate/auto.py:133, the function sort_models from peewee is not ordering correctly.
I'm trying to create my first migration, however, the sorting mechanism is not ordering correctly the table's creation raising KeyError, I think the error lies on
peewee_migrate/auto.py:133
, the function sort_models from peewee is not ordering correctly.traceback:
The text was updated successfully, but these errors were encountered: