Found during the T345 House Voice wire proof (2026-08-23): grep schedule_special db/06-station-settings-migration.sh β 0 hits; only db/36-schedule-special-migration.sh creates the table.
π³οΈ The gap
The house convention mirrors every station-schema migration's DDL into db/06 so fresh inits are whole without the migration pass (db/37βdb/40 all comply; the MediaLibrary.Tests InitialSchema machinery + Story305/Story346 facts exist to keep it that way). db/36 predates or slipped that net: an init-scripts-only boot (the test fixture; any fresh compose start before migrate.sh) lacks station.schedule_special. Masked in production because launch runs migrate.sh; observed as OnAirPersonaAccessor degrading gracefully (WARN, persona-less) in the T345 fixture.
β
Wanted
Mirror db/36's DDL into db/06 (byte-consistent, the db/40 shape) + whatever InitialSchema-style fact makes the NEXT dropped mirror red β the Story305 net apparently has a blind spot for pre-existing gaps; check whether it pins per-table or only per-fact-that-someone-wrote.
Pre-existing on main since the dayparting epic (db/36, 2026-08-10); unrelated to the House Voice branch.
https://claude.ai/code/session_01N5rw6TJinqPMkFqPtidHE2
Found during the T345 House Voice wire proof (2026-08-23):
grep schedule_special db/06-station-settings-migration.shβ 0 hits; onlydb/36-schedule-special-migration.shcreates the table.π³οΈ The gap
The house convention mirrors every station-schema migration's DDL into db/06 so fresh inits are whole without the migration pass (db/37βdb/40 all comply; the MediaLibrary.Tests
InitialSchemamachinery + Story305/Story346 facts exist to keep it that way). db/36 predates or slipped that net: an init-scripts-only boot (the test fixture; any fresh compose start beforemigrate.sh) lacksstation.schedule_special. Masked in production because launch runs migrate.sh; observed asOnAirPersonaAccessordegrading gracefully (WARN, persona-less) in the T345 fixture.β Wanted
Mirror db/36's DDL into db/06 (byte-consistent, the db/40 shape) + whatever
InitialSchema-style fact makes the NEXT dropped mirror red β the Story305 net apparently has a blind spot for pre-existing gaps; check whether it pins per-table or only per-fact-that-someone-wrote.Pre-existing on main since the dayparting epic (db/36, 2026-08-10); unrelated to the House Voice branch.
https://claude.ai/code/session_01N5rw6TJinqPMkFqPtidHE2