All first todos completed
This commit is contained in:
@@ -7,6 +7,7 @@ export const projectDevices = sqliteTable("project_devices", {
|
||||
.notNull()
|
||||
.references(() => projects.id, { onDelete: "cascade" }),
|
||||
name: text("name").notNull(),
|
||||
displayName: text("display_name").notNull(),
|
||||
category: text("category"),
|
||||
quantity: integer("quantity").notNull(),
|
||||
installedPowerPerUnitKw: real("installed_power_per_unit_kw").notNull(),
|
||||
|
||||
Reference in New Issue
Block a user