chore: working on backup api for new storage system.

This commit is contained in:
charlesgauthereau
2026-01-15 21:27:36 +01:00
parent dd1f791b3e
commit 670f6a1974
16 changed files with 437 additions and 102 deletions
+3 -1
View File
@@ -14,6 +14,7 @@ import * as alertPolicy from "./schema/10_alert-policy";
import * as notificationLog from "./schema/11_notification-log";
import * as storageChannel from "./schema/12_storage-channel";
import * as storagePolicy from "@/db/schema/13_storage-policy";
import * as backupStorage from "@/db/schema/14_storage-backup";
import {Pool} from "pg";
@@ -44,7 +45,8 @@ export const schemas = {
...alertPolicy,
...notificationLog,
...storageChannel,
...storagePolicy
...storagePolicy,
...backupStorage
};
export const db = drizzle({