From e75798b281078e422bf7f2faae69e0f348c1e18c Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 9 Jul 2026 11:44:31 +0000 Subject: [PATCH] =?UTF-8?q?Scenario=20carries=20its=20Fabric=20First=20fla?= =?UTF-8?q?g=20from=20the=20scenario=20table=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- infrastructure/postgres/modelling/scenario_table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/postgres/modelling/scenario_table.py b/infrastructure/postgres/modelling/scenario_table.py index 5d434b3be..9dbe4feb4 100644 --- a/infrastructure/postgres/modelling/scenario_table.py +++ b/infrastructure/postgres/modelling/scenario_table.py @@ -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, )