mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
added notes to materials table
This commit is contained in:
parent
64d5ffdb38
commit
e3b91bb665
2 changed files with 8 additions and 0 deletions
|
|
@ -337,6 +337,13 @@
|
|||
"when": 1700758121692,
|
||||
"tag": "0047_curved_psynapse",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 48,
|
||||
"version": "5",
|
||||
"when": 1700758387956,
|
||||
"tag": "0048_salty_katie_power",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -83,4 +83,5 @@ export const material = pgTable("material", {
|
|||
plant_cost: real("plant_cost"),
|
||||
total_cost: real("total_cost"),
|
||||
cost: json("cost").$type<number[]>(),
|
||||
notes: text("notes"),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue