How to Perform Flask-SQLAlchemy Migrations Using Flask-Migrate
To apply the migrations to a database, these migration scripts are executed in the sequence they were created. The trick to generate this initial migration for a project that uses an up to date database is to temporarily switch to an empty database, just for the flask db migrate command. In my projects I use […]
How to Perform Flask-SQLAlchemy Migrations Using Flask-Migrate Read More »
