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
We might consider use of Alembic (which is said to be more lightweight than e.g. SQLAlchemy-Migrate) for migrating database versions which we're currently doing in one long function in backends/db.py.
Note though that normally, Alembic uses a hash revision tagging of its own which we'd need to override by our database version tagging (in the info table of our db). I've contacted the Alembic mailing list regarding this subject.
The text was updated successfully, but these errors were encountered:
We might consider use of Alembic (which is said to be more lightweight than e.g. SQLAlchemy-Migrate) for migrating database versions which we're currently doing in one long function in backends/db.py.
Note though that normally, Alembic uses a hash revision tagging of its own which we'd need to override by our database version tagging (in the
info
table of our db). I've contacted the Alembic mailing list regarding this subject.The text was updated successfully, but these errors were encountered: