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, )