Why is Flask-Migrate making me do a 2-steps migration?
问题 I'm working on a project with Flask, SQLAlchemy, Alembic and their wrappers for Flask (Flask-SQLAlchemy and Flask-Migrate). I have four migrations: 1c5f54d4aa34 -> 4250dfa822a4 (head), Feed: Countries 312c1d408043 -> 1c5f54d4aa34, Feed: Continents 41984a51dbb2 -> 312c1d408043, Basic Structure <base> -> 41984a51dbb2, Init Alembic When I start a new and clean database and try to run the migrations I get an error: vagrant@precise32:/vagrant$ python manage.py db upgrade ... sqlalchemy.exc