fix(database): corrected spelling in the silo adjustment id
This commit is contained in:
@@ -12,7 +12,7 @@ import { z } from "zod";
|
||||
export const siloAdjustments = pgTable(
|
||||
"siloAdjustments",
|
||||
{
|
||||
siloAdjust_id: uuid("lsiloAdjust_id").defaultRandom().primaryKey(),
|
||||
siloAdjust_id: uuid("siloAdjust_id").defaultRandom().primaryKey(),
|
||||
warehouseID: integer("level"),
|
||||
locationID: integer("locationID"),
|
||||
currentStockLevel: numeric("currentStockLevel"),
|
||||
|
||||
Reference in New Issue
Block a user