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

Set up database migrations #34

Open
bendnorman opened this issue Jun 24, 2022 · 0 comments
Open

Set up database migrations #34

bendnorman opened this issue Jun 24, 2022 · 0 comments
Assignees

Comments

@bendnorman
Copy link
Member

Currently, to make changes to data that already exists in the database you need to clobber the whole table. This is not ideal because the dashboard might experience downtime.

Instead, we should use a database migration tool like [alembic](https://alembic.sqlalchemy.org/en/latest/) so we can apply changes to the database without having to clobber data.

Resources

@bendnorman bendnorman self-assigned this Jun 24, 2022
@bendnorman bendnorman transferred this issue from catalyst-cooperative/pudl Jun 24, 2022
@jdangerx jdangerx moved this to 🆕 New in Catalyst Megaproject Feb 7, 2023
@jdangerx jdangerx moved this from 🆕 New to 📋 Backlog in Catalyst Megaproject Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Icebox
Development

No branches or pull requests

2 participants