Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use alembic for database version migrations. #686

Open
ockham opened this issue Jan 7, 2013 · 0 comments
Open

Use alembic for database version migrations. #686

ockham opened this issue Jan 7, 2013 · 0 comments
Milestone

Comments

@ockham
Copy link
Collaborator

ockham commented Jan 7, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant