fix: database location

Founded a major mistake: db overwrites during install.  Now all scripts save db in special folder and don't overwrite it.
This commit is contained in:
kilyabin
2025-12-04 23:44:21 +04:00
parent 3f74709513
commit 56a48b4552
9 changed files with 185 additions and 14 deletions

2
.gitignore vendored
View File

@@ -45,7 +45,7 @@ next-env.d.ts
error.log
# database files
data/
db/
*.db
*.db-shm
*.db-wal