feat: warningMessage quota IA dans rapports d'import + redémarrage auto services
This commit is contained in:
1
drizzle/0031_mean_squadron_supreme.sql
Normal file
1
drizzle/0031_mean_squadron_supreme.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `importLogs` ADD `warningMessage` text;
|
||||
2147
drizzle/meta/0031_snapshot.json
Normal file
2147
drizzle/meta/0031_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -218,6 +218,13 @@
|
||||
"when": 1780930222253,
|
||||
"tag": "0030_vengeful_warbird",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 31,
|
||||
"version": "5",
|
||||
"when": 1781021650065,
|
||||
"tag": "0031_mean_squadron_supreme",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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