matches.winner is an INTEGER (player slot), not a bot_id VARCHAR. Fix two queries that compared mp.bot_id = m.winner (type mismatch) to use mp.player_slot = m.winner. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| blog.go | ||
| cards.go | ||
| config.go | ||
| db.go | ||
| deploy.go | ||
| Dockerfile | ||
| generator.go | ||
| main.go | ||
| main_test.go | ||
| narrative.go | ||
| narrative_test.go | ||
| s3.go | ||
| s3_test.go | ||