it looks like flask-migrate is included as a dependency in the requirements.txt.
I also noticed that, while testing out #21, I saw a database error because my schema was out of date.
Would it help to set up flask-migrate before merging #21 so that the db schema is properly versioned and the app can automatically upgrade from an older schema if it tries to run on an older database?
happy to share examples of this kind of setup if you want
it looks like
flask-migrate
is included as a dependency in therequirements.txt
.I also noticed that, while testing out #21, I saw a database error because my schema was out of date.
Would it help to set up flask-migrate before merging #21 so that the db schema is properly versioned and the app can automatically upgrade from an older schema if it tries to run on an older database?
happy to share examples of this kind of setup if you want