fix: align CustomCommandCreator.discord_id model with BIGINT column (#78) #88

Open
Claude wants to merge 1 commits from issue/78-fix-discord-id-type-mismatch-between-model-charfie into main

1 Commits

Author SHA1 Message Date
Cal Corum
a85c2e5468 fix: align CustomCommandCreator.discord_id model with BIGINT column (#78)
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m42s
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