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
When the backend changes the Models used in the database, the database has to be migrated or all data is lost.
Flask + Sqlalchemy supports this using alembic or a flask-wrapper for it: https://flask-migrate.readthedocs.io/en/latest/
The text was updated successfully, but these errors were encountered:
When the backend changes the Models used in the database, the database has to be migrated or all data is lost.
Flask + Sqlalchemy supports this using alembic or a flask-wrapper for it: https://flask-migrate.readthedocs.io/en/latest/
The text was updated successfully, but these errors were encountered: