miguelgrinberg / Flask-Migrate

SQLAlchemy database migrations for Flask applications using Alembic
MIT License
2.36k stars 227 forks source link

Do not automatically import of sqlalchemy_utils #515

Closed zanghuahua closed 1 year ago

zanghuahua commented 1 year ago

image

miguelgrinberg commented 1 year ago

Flask-Migrate is a Flask extension that wraps Alembic. If you have problems with the migration generation, then you need to talk to the Alembic project.