This PR adds Flask-Migrate which can be used to migrate the database. This makes it so that the db doesn't need to be deleted and remade after every change in models.
More info about Flask-Migrate here: https://flask-migrate.readthedocs.io/en/latest/
What does this PR change?
This PR adds Flask-Migrate which can be used to migrate the database. This makes it so that the db doesn't need to be deleted and remade after every change in models. More info about Flask-Migrate here: https://flask-migrate.readthedocs.io/en/latest/
Tick the applicable box:
[ ] Add new feature
[ ] UI improvement
[ ] Changed routing
[ ] Security changes
[ ] Testsuite
[x] General Maintenance
UI changes
Documentation
- Documentation on Flask-Migrate