Add full sortof codebase: API, drain workers, frontend, schema, specs

This commit is contained in:
2026-05-04 03:27:54 +00:00
parent acda2c90f8
commit 55d3794bfb
43 changed files with 13375 additions and 53 deletions

View File

@@ -0,0 +1,7 @@
-- Marks a mod_id as an "optional add-on" within a multi-mod wsid, signaled
-- by `Optional add-on` (or close variants) at the head of the mod.info
-- description. Spec A's branch picker treats addon mods additively
-- (default-off, tickable to load alongside the primary) instead of as a
-- mutually-exclusive flavor variant.
ALTER TABLE mod_parsed
ADD COLUMN IF NOT EXISTS is_addon BOOLEAN NOT NULL DEFAULT FALSE;