feat: warningMessage quota IA dans rapports d'import + redémarrage auto services
This commit is contained in:
@@ -222,6 +222,7 @@ export const importLogs = mysqlTable("importLogs", {
|
||||
errors: int("errors").default(0).notNull(),
|
||||
duplicateDetails: text("duplicateDetails"), // JSON array of duplicate invoice info
|
||||
errorDetails: text("errorDetails"), // JSON array of error messages
|
||||
warningMessage: text("warningMessage"), // Warning message (e.g. quota exhausted)
|
||||
importedAt: timestamp("importedAt").defaultNow().notNull(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user