Deferred from #208 (ADR-0043 §Consequences). An @sql view's dependsOn is derived from extends-bound anchors + (for write-through) the host table only. A table the opaque body JOINs but neither hosts nor anchors is not tracked, so a column-altering ALTER on it isn't wrapped in drop/recreate → the migration can fail at apply. Add an explicit @dependsOn physical-table-list attr when an adopter hits this (YAGNI until then). Cross-port registration; TS-only lowering.
Deferred from #208 (ADR-0043 §Consequences). An
@sqlview'sdependsOnis derived fromextends-bound anchors + (for write-through) the host table only. A table the opaque body JOINs but neither hosts nor anchors is not tracked, so a column-alteringALTERon it isn't wrapped in drop/recreate → the migration can fail at apply. Add an explicit@dependsOnphysical-table-list attr when an adopter hits this (YAGNI until then). Cross-port registration; TS-only lowering.