Replies: 2 comments 11 replies
-
Your env.py file in the migrations directory is probably too old. If you have not made custom changes to this file, I would just take a copy of the file from here and replace it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Update, after updating the
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, any help appreciated.
I have
Flask-Migrate
version 4.0.5 installed, andFlask
= "^2.3.0".Migration commands work as expected (upgrade, downgrade)
However, when trying to run
flask db history
to fix a conflict, I get this error trace:any light?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions