ByteOtter / OtterDen

A small Flask based blog application. Built for learning purposes only.
GNU General Public License v3.0
2 stars 1 forks source link

Add Flask-Migrate to make model changes easier #78

Closed FruitFly638 closed 1 year ago

FruitFly638 commented 1 year ago

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:

UI changes

Documentation

- Documentation on Flask-Migrate