Database migrations are handled in different places in the application currently, and in different ways. Flask-Security provides a fairly simple solution out-of-the-box through SQLAlchemy's ORM. If we switch to that ORM as well, we could use it just as the extension does.
But until then, where and how do we want to handle migrations?
Do we create a flask migrate command or just use flask init?