Scenario carries its Fabric First flag from the scenario table 🟩

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Khalim Conn-Kowlessar 2026-07-09 11:44:31 +00:00
parent caa0847b70
commit e75798b281

View file

@ -118,4 +118,5 @@ class ScenarioModel(SQLModel, table=True):
budget=self.budget,
is_default=self.is_default,
exclusions=_parse_exclusions(self.exclusions),
fabric_first=self.fabric_first,
)