mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
chore: working on backup api for new storage system.
This commit is contained in:
+3
-1
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user