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

Implement graceful database migrations #45

Open
tferracina opened this issue Nov 11, 2024 · 0 comments
Open

Implement graceful database migrations #45

tferracina opened this issue Nov 11, 2024 · 0 comments
Labels
backend future Feature that will be required after more progress is made

Comments

@tferracina
Copy link
Collaborator

We need a way to handle database migrations for existing databases that don't have most current updates yet.

E.g. our current database schema does not have "pending" table, we need a way to check for this and gracefully add it

@tferracina tferracina added backend future Feature that will be required after more progress is made labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend future Feature that will be required after more progress is made
Projects
None yet
Development

No branches or pull requests

1 participant