workbench rebalance
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "ManufacturingStation" ADD COLUMN "dailyCapacityMinutes" INTEGER NOT NULL DEFAULT 480;
|
||||
ALTER TABLE "ManufacturingStation" ADD COLUMN "parallelCapacity" INTEGER NOT NULL DEFAULT 1;
|
||||
ALTER TABLE "ManufacturingStation" ADD COLUMN "workingDays" TEXT NOT NULL DEFAULT '1,2,3,4,5';
|
||||
@@ -648,6 +648,9 @@ model ManufacturingStation {
|
||||
name String
|
||||
description String
|
||||
queueDays Int @default(0)
|
||||
dailyCapacityMinutes Int @default(480)
|
||||
parallelCapacity Int @default(1)
|
||||
workingDays String @default("1,2,3,4,5")
|
||||
isActive Boolean @default(true)
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
Reference in New Issue
Block a user