jlherren / andeo-lunch

GNU General Public License v3.0
2 stars 0 forks source link

Start using migrations to update the database #8

Closed jlherren closed 3 years ago

jlherren commented 3 years ago

Start using migrations to update the database. Also investigate whether sequelize migrations are good enough.

jlherren commented 3 years ago

Turns out that sequelize migrations as documented are pretty much bullcrap, but the umzug library which is used under the hood is very usable.