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:
@@ -63,3 +63,8 @@ docker-compose.yml
|
||||
README.md
|
||||
*.md
|
||||
|
||||
# Database files
|
||||
db/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
Reference in New Issue
Block a user