Migratoin hanging #417
Unanswered
megadaltonit
asked this question in
Q&A
Replies: 1 comment
-
Impossible for me to help. Also note that Flask-Migrate is a thin wrapper, there is no migration logic in this project, migrations are done by Alembic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
flask db migrate - this works fine, and gets all the right changes
I then run "flask db upgrade", it finds the file however no SQL changes are done and the connection just hangs.
I've tried killing all the processes in MySQL and re-run but still no luck
Beta Was this translation helpful? Give feedback.
All reactions