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

Enable database migrations #21

Open
jaryncolbert opened this issue Aug 29, 2019 · 0 comments
Open

Enable database migrations #21

jaryncolbert opened this issue Aug 29, 2019 · 0 comments
Labels
backend Deals with backend components (API, DB, etc.) help wanted Extra attention is needed

Comments

@jaryncolbert
Copy link
Owner

Enabling database migrations would make managing schema-intensive changes much easier than our current process of manual updates.

I looked into Flask-Migrate, which wraps SQLAlchemy and Alembic under the hood. SQL Alchemy also helps manage the database model and enables model-based queries, which also seem useful.

@jaryncolbert jaryncolbert changed the title Enable Database Migrations Enable database migrations Aug 29, 2019
@jaryncolbert jaryncolbert added backend Deals with backend components (API, DB, etc.) help wanted Extra attention is needed labels Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Deals with backend components (API, DB, etc.) help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant