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
Alembic is the standard database migration tool for SQLAlchemy. I think we should stick with that unless there is a very compelling reason not to. Though, I do like Liquibase myself. 😄
hkeeler
changed the title
Add liquibase (or similar) DB change management tool
Add Alembic for DB change management
Sep 14, 2023
Context
DB change management tool needed to allow for more automated db schema changes.
Pre-requisites
Task
Implement liquibase or something similar to allow for automated db schema changes from code.
Acceptance criteria
The text was updated successfully, but these errors were encountered: