You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jaryncolbert
changed the title
Enable Database Migrations
Enable database migrations
Aug 29, 2019
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.
The text was updated successfully, but these errors were encountered: