Major Domo Database - PostgreSQL database service for SBA bot
- Fix unsafe dict access in PUT endpoint roster cache invalidation - Add roster cache invalidation to PATCH, POST, and DELETE endpoints - Use wildcard pattern to invalidate all roster caches since: * Team IDs may change in PUT/PATCH operations * Multiple teams affected in bulk POST operations * Ensures stale roster data is never served This ensures team rosters are immediately updated when players are added, removed, or transferred between teams. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| app | ||
| scripts | ||
| test-storage | ||
| .dockerignore | ||
| .env | ||
| .gitignore | ||
| =2.9.0 | ||
| CLAUDE.md | ||
| db_engine.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Dockerfile.optimized | ||
| LICENSE | ||
| main.py | ||
| migrate_custom_commands.py | ||
| migrations.py | ||
| pd_master.db | ||
| requirements.txt | ||