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>
|
||
|---|---|---|
| .. | ||
| 0001_initial.py | ||
| 0002_workshop_overlays.py | ||
| 0003_global_map_overlays.py | ||
| 0004_drop_legacy_external_overlay_type.py | ||
| 0005_script_overlays.py | ||
| 0006_server_name_per_user.py | ||
| 0007_blueprint_overlay_expose_server_cfg.py | ||
| 0008_user_active.py | ||
| 0009_user_password_changed_at.py | ||
| 0010_server_live_state.py | ||
| b2c684fddbd3_make_server_port_unique.py | ||