fix(database): corrected spelling in the silo adjustment id

This commit is contained in:
2025-04-07 06:57:37 -05:00
parent 17ed18669a
commit b589bf9724
4 changed files with 1583 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "siloAdjustments" RENAME COLUMN "lsiloAdjust_id" TO "siloAdjust_id";--> statement-breakpoint
ALTER TABLE "printerData" ALTER COLUMN "printDelay" SET DEFAULT '90';