Skip to content Skip to sidebar Skip to footer
Showing posts with the label Flask Migrate

Why Flask-migrate Cannot Upgrade When Drop Column

I am using SqlAlchemy and Flask-migrate for DB migration. I have successfully init the DB and upgra… Read more Why Flask-migrate Cannot Upgrade When Drop Column

Flask-migrate Not Creating Tables

I have the following models in file listpull/models.py: from datetime import datetime from listpul… Read more Flask-migrate Not Creating Tables