left4me/l4d2web/alembic
mwiegand e25e7098f6
refactor(live-state): drop redundant ix_sps_server_recent index
The two indexes ix_sps_server_open and ix_sps_server_recent were
byte-identical because SQLAlchemy's Index(name, *cols) form drops the
DESC ordering the spec intended. Rather than reach for text("left_at
DESC"), drop the second index entirely — SQLite scans the ASC index
backwards at no measurable cost. Spec and plan updated to match.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 21:27:01 +02:00
..
versions refactor(live-state): drop redundant ix_sps_server_recent index 2026-05-12 21:27:01 +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