refactor(scanner): logging - version of app

This commit is contained in:
2026-05-11 19:06:25 -05:00
parent f5bae2c0c2
commit d61be61f44
8 changed files with 2396 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ export const scanLog = pgTable("scan_log", {
commandDescription: text("command_description"),
runningNumber: text("running_number").default("0"),
status: text("status"),
scannerVersion: text("scanner_version").default("0"),
lines: jsonb("lines").default([]),
add_Date: timestamp("add_date").defaultNow(),
});