left4me/l4d2web/alembic
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
..
versions feat(l4d2-web): typed overlays + workshop schema migration 2026-05-07 16:35:13 +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