bridge: Response — modpack_installations fixed + gentle protocol note
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1783055c99
commit
03d7f87aff
@@ -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*
|
||||
Reference in New Issue
Block a user