feat(db): logs, manualprints added

This commit is contained in:
2025-03-19 17:07:37 -05:00
parent 34b80cf236
commit 0914b53341
8 changed files with 2279 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ export const logs = pgTable(
username: text("username").default("LST_Serivce"),
service: text("service").notNull().default("system"),
message: text("message").notNull(),
checked: boolean("checked").default(false),
checkedAt: timestamp("checkedAt"),
created_at: timestamp("add_Date").defaultNow(),
},
(table) => [