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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -45,7 +45,7 @@ next-env.d.ts
|
||||
error.log
|
||||
|
||||
# database files
|
||||
data/
|
||||
db/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
Reference in New Issue
Block a user