This happens when I do flask db migrate
on my production PostgreSQL database.
Locally, migrate works fine (also PostgreSQL). I'm not sure what's wrong.
Some info: f1942fde9843
is not in my migrations/versions
. I'm not sure why it's looking for that. But I assume it must be important.
What do I do?
I'd rather not delete anything in production if I don't have to