added notes to materials table

This commit is contained in:
Khalim Conn-Kowlessar 2023-11-23 16:53:20 +00:00
parent 64d5ffdb38
commit e3b91bb665
2 changed files with 8 additions and 0 deletions

View file

@ -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
}
]
}

View file

@ -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"),
});