fix(quality): changes to the logging to reduce un nessasary logging

This commit is contained in:
2025-12-30 07:13:20 -06:00
parent 096cc18477
commit 0d05c66a2b
12 changed files with 2401 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "invHistoricalData" ADD COLUMN "whse_id" text DEFAULT '';--> statement-breakpoint
ALTER TABLE "invHistoricalData" ADD COLUMN "whse_name" text DEFAULT 'missing whseName';

File diff suppressed because it is too large Load Diff

View File

@@ -547,6 +547,13 @@
"when": 1763407463567,
"tag": "0077_lucky_texas_twister",
"breakpoints": true
},
{
"idx": 78,
"version": "7",
"when": 1766514890344,
"tag": "0078_cheerful_the_leader",
"breakpoints": true
}
]
}

View File

@@ -101,7 +101,7 @@ export const qualityCycle = async () => {
.where(eq(qualityRequest.runningNr, lstQData[i].runningNr));
createLog(
"info",
"debug",
"lst",
"quality",
`Pallet ${lstQData[i].runningNr} was updated`,