left4me/l4d2web/alembic/versions
mwiegand 2543a05c12
feat(l4d2-web): typed overlays + workshop schema migration
Adds Overlay.type and Overlay.user_id with two partial unique indexes
(externals globally unique by name; user overlays unique per user).
Adds WorkshopItem registry keyed on steam_id and a pure many-to-many
overlay_workshop_items association. Adds Job.overlay_id for build_overlay
job tracking. Switches overlays.id to AUTOINCREMENT so deleted IDs are
never reused.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 16:35:13 +02:00
..
0001_initial.py chore(l4d2): flatten component layout 2026-05-05 23:47:06 +02:00
0002_workshop_overlays.py feat(l4d2-web): typed overlays + workshop schema migration 2026-05-07 16:35:13 +02:00
b2c684fddbd3_make_server_port_unique.py fix: enable batch operations in alembic for sqlite unique constraints 2026-05-06 20:59:18 +02:00