Flask-Migrate commands

Report a typo

Suppose you have some models, for which you need to apply migrations using Flask-Migrate. Sort the list of commands in the right order for this.

Put the items in the correct order
flask db init
pip install Flask-Migrate
flask db migrate
flask db upgrade
___

Create a free account to access the full topic