Skip to content

Enable database migrations #21

@jaryncolbert

Description

@jaryncolbert

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendDeals with backend components (API, DB, etc.)help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions