* 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.
11 lines
87 B
Plaintext
11 lines
87 B
Plaintext
.idea
|
|
__pycache__/
|
|
venv
|
|
db/*.db
|
|
db/*.db-shm
|
|
db/*.db-wal
|
|
output
|
|
/output/
|
|
*.old
|
|
/backup/
|