major-domo-database/app
Cal Corum bd19b7d913
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m4s
fix: correct column references in season pitching stats view
sp.on_first/on_second/on_third don't exist — the actual columns are
on_first_id/on_second_id/on_third_id. This caused failures when
updating season pitching stats after games.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 11:54:56 -05:00
..
routers_v3 hotfix: remove output caps from GET /players endpoint 2026-04-01 20:14:35 -05:00
services fix: invalidate cache after PlayerService write operations (#32) 2026-03-17 16:28:07 -05:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
db_engine.py fix: remove hardcoded fallback password from PostgreSQL connection 2026-03-26 23:15:07 -05:00
dependencies.py fix: correct column references in season pitching stats view 2026-04-02 11:54:56 -05:00
main.py Fix unbounded API queries causing Gunicorn worker timeouts 2026-04-01 17:23:25 -05:00