How to setup database through Alembic revision for pytest #470
Unanswered
Nannigalaxy
asked this question in
Q&A
Replies: 1 comment
-
Do you have a complete example that demonstrates the problem? Flask-Migrate doesn't really do any of this, it just calls Alembic to do the work. Even if this was a bug, it wouldn't be in Flask-Migrate. |
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
-
I need to alembic migration for executing modified SQL queries instead of
db.create_all()
Here's what I tried
But
flask_migrate.upgrade()
gets executed but it does not commit to database.Any reason why it is not being committed?
Beta Was this translation helpful? Give feedback.
All reactions