Missing initial migration
Using the Flask-Migrate extension you can create database migrations for your application.
Flask application’s typically auto-create db tables on start
So running flask db upgrade you’ll get:
INFO [alembic.env] No changes in schema detected.
To cr...
blog.danwald.me1 min read