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

Add Alembic for DB change management #18

Closed
1 task
lchen-2101 opened this issue Aug 31, 2023 · 1 comment · Fixed by #36
Closed
1 task

Add Alembic for DB change management #18

lchen-2101 opened this issue Aug 31, 2023 · 1 comment · Fixed by #36
Assignees

Comments

@lchen-2101
Copy link
Collaborator

lchen-2101 commented Aug 31, 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

  • Add db change management tool
@hkeeler
Copy link
Member

hkeeler commented Aug 31, 2023

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 hkeeler changed the title Add liquibase (or similar) DB change management tool Add Alembic for DB change management Sep 14, 2023
@aharjati aharjati self-assigned this Sep 18, 2023
@aharjati aharjati linked a pull request Sep 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants