left4me/l4d2web/alembic
mwiegand c4dffd471b
feat(l4d2-web): add command_history table for RCON console transcript
A row per RCON command execution: (user, server, command, reply, is_error,
created_at). Composite index on (user_id, server_id, id) supports the only
query shape — "latest N for this user+server", id DESC.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 21:26:56 +02:00
..
versions feat(l4d2-web): add command_history table for RCON console transcript 2026-05-14 21:26:56 +02:00
env.py fix: enable batch operations in alembic for sqlite unique constraints 2026-05-06 20:59:18 +02:00
script.py.mako feat: enforce unique port constraint on servers 2026-05-06 20:52:46 +02:00