feat: backup and restore logs modal view

This commit is contained in:
Charles GTE
2026-06-06 22:46:36 +02:00
parent 1e3f112d9c
commit e1e4d67114
22 changed files with 9294 additions and 28 deletions
+3 -1
View File
@@ -17,6 +17,7 @@ import * as storagePolicy from "@/db/schema/13_storage-policy";
import * as backupStorage from "@/db/schema/14_storage-backup";
import * as healthcheckLog from "@/db/schema/15_healthcheck-log";
import * as apiKey from "@/db/schema/16_apikey";
import * as jobLog from "@/db/schema/17_job-log";
const log = logger.child({module: "db"});
@@ -53,7 +54,8 @@ export const schemas = {
...storagePolicy,
...backupStorage,
...healthcheckLog,
...apiKey
...apiKey,
...jobLog
};
export const db = drizzle({