Update Claude settings permissions and clean up database backups

- Add mysql and git add permissions to Claude settings
- Remove old backup files (db_backup_080625_new.sql, db_backup_250608_1035.sql)
- Preserve latest database backup (db_backup_080625.sql)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-06-08 10:42:14 +00:00
parent c50850fcca
commit 43031a1aa4
4 changed files with 703 additions and 578 deletions

View File

@@ -14,7 +14,9 @@
"Bash(docker run:*)",
"Bash(docker network:*)",
"Bash(chmod:*)",
"Bash(docker-compose up:*)"
"Bash(docker-compose up:*)",
"Bash(mysql:*)",
"Bash(git add:*)"
],
"deny": []
}