mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Scenario carries its Fabric First flag from the scenario table 🟩
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
caa0847b70
commit
e75798b281
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue