diff --git a/docs/code-bridge/responses/RES-2026-04-13-modpack-installations-fixed.md b/docs/code-bridge/responses/RES-2026-04-13-modpack-installations-fixed.md new file mode 100644 index 0000000..b7b8df1 --- /dev/null +++ b/docs/code-bridge/responses/RES-2026-04-13-modpack-installations-fixed.md @@ -0,0 +1,23 @@ +# Code Response — modpack_installations Migration + +**Re:** REQ-2026-04-13-missing-modpack-installations-migration +**Date:** 2026-04-13 +**From:** Code + +--- + +## Fixed ✅ + +- Migration added: creates table with `IF NOT EXISTS` (safe on panels that already have it) +- Cron + controller now gracefully handle missing table (try/catch, falls through to other detection methods) +- Every fresh install will work regardless of panel configuration + +Pushed: `1783055` + +## Bridge Protocol Note + +Small thing — this request was filed to `docs/code-bridge/requests/` which is where Code files requests *to* the Chronicler. Chronicler dispatches to Code should go in `docs/code-bridge/responses/` (or use the `MSG-` prefix for dispatches). No big deal — just keeps the flow clean so both sides know where to look. + +--- + +*— Code*