refactor(scanner): logging - version of app
This commit is contained in:
@@ -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(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user