Adds Correct/Wrong buttons to admin panel that track question
answer stats across games and implement a steal system where
the next team gets one chance to answer if the first team is wrong.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Set render_as_batch=True in Alembic env.py so autogenerated
migrations use batch mode for SQLite compatibility
- Add SQLite + Alembic section to CLAUDE.md with rules for
avoiding circular dependency and idempotency issues
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>