mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
change is_override to already_installed
This commit is contained in:
parent
295660139b
commit
13098973e4
2 changed files with 8 additions and 1 deletions
|
|
@ -463,6 +463,13 @@
|
|||
"when": 1713028260577,
|
||||
"tag": "0065_watery_korvac",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 66,
|
||||
"version": "5",
|
||||
"when": 1713102595793,
|
||||
"tag": "0066_eager_cerise",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -37,7 +37,7 @@ export const recommendation = pgTable("recommendation", {
|
|||
rentalYieldIncrease: real("rental_yield_increase"),
|
||||
totalWorkHours: real("total_work_hours"),
|
||||
labourDays: real("labour_days"),
|
||||
isOverride: boolean("is_override").default(false),
|
||||
alreadyInstalled: boolean("already_installed").default(false),
|
||||
});
|
||||
|
||||
export const unitQuantity: [string, ...string[]] = ["m2", "part"];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue