labertasche/.gitignore
Domeniko Gentner b831d5a8d5 Database Upgrades
* Wrote a new module that allows database upgrades via the admin dashboard.
* Added a new table t_version that allows to check the version of the database.
* The upgrade path is for vanilla databases. It exports and backups data, then reintegrates it.
2020-12-18 22:48:46 +01:00

11 lines
87 B
Plaintext

.idea
__pycache__/
venv
db/*.db
db/*.db-shm
db/*.db-wal
output
/output/
*.old
/backup/