python

Target database is not up to date - Alembic

You can use the below commands if you are getting Target database is not up to date - Alembic error in the terminal

flask db stamp head
flask db migrate
flask db upgrade
Was this helpful?