You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: