major-domo-database/app
Cal Corum a85c2e5468
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m42s
fix: align CustomCommandCreator.discord_id model with BIGINT column (#78)
Closes #78

Change CharField(max_length=20) to BigIntegerField to match the BIGINT
column created by the migration. Remove the str() workaround in
get_creator_by_discord_id() that was compensating for the type mismatch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 01:03:40 -05:00
..
routers_v3 fix: align CustomCommandCreator.discord_id model with BIGINT column (#78) 2026-03-27 01:03:40 -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: align CustomCommandCreator.discord_id model with BIGINT column (#78) 2026-03-27 01:03:40 -05:00
dependencies.py fix: calculate lob_2outs and rbipercent in SeasonPitchingStats (#28) 2026-03-17 16:28:07 -05:00
main.py fix: replace print(req.scope) with logger.debug in /api/docs (#21) 2026-03-17 16:29:58 -05:00