In addition to add database migration support, this patch also deprecates run-dev-server.py and replaces it with DEV=true python waiverdb/manage.py in favour of flask-migrate. On the other hand, the database is no longer initialized when creating a new app, so you have to explicitly use waiverdb db upgrade to do it after the new app is created.
In addition to add database migration support, this patch also deprecates
run-dev-server.pyand replaces it withDEV=true python waiverdb/manage.pyin favour offlask-migrate. On the other hand, the database is no longer initialized when creating a new app, so you have to explicitly usewaiverdb db upgradeto do it after the new app is created.