Paper Dynasty Database - PostgreSQL database service
Adds the PlayerSeasonStats model to db_engine.py with 14 batting stat fields, 11 pitching stat fields, last_game/last_updated_at meta fields, and composite indexes: UNIQUE(player,team,season), (team,season), (player,season). Also simplifies ruff.toml to a global ignore for F403/F405 (intentional peewee star import pattern). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .gitea/workflows | ||
| app | ||
| docs | ||
| migrations | ||
| scripts | ||
| storage/templates | ||
| tests | ||
| .dockerignore | ||
| .env | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| compose.production.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| pyproject.toml | ||
| requirements.txt | ||
| ruff.toml | ||
| VERSION | ||