mcflyhalf / nipo

A classroom (or any other room) attendance tracker that does not use facial recognition
6 stars 3 forks source link

Implement schema migration #42

Open mcflyhalf opened 3 years ago

mcflyhalf commented 3 years ago

Schema migration should happen (mostly) automatically when the schema changes without any loss of pre-existing data. Currently, during development all tables are dropped and re-populated with some default data from a script tests/populatedb.py