-
Notifications
You must be signed in to change notification settings - Fork 0
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
Automate database migrations #207
Comments
cc @mz8i for |
It seems that there is a lot of overlapping work to be done on the API for both projects (this issue, #126 , nismod/infra-risk-vis#188 ) - is this a good moment to consider having the backend API as a shared project? It's probably worth adding that for the |
Since |
I think deployment is now pretty similar between the two. The main difference is that |
Database changes are currently made by hand on the running database (see #206.) Alembic looks like a good choice for managing migrations with SQLAlchemy.
https://alembic.sqlalchemy.org/en/latest/
The text was updated successfully, but these errors were encountered: