mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
feat: Working on storage modal in database page in order to add multiple backend storages. Adding a system to manage independently channels from organizations and from system admin.
This commit is contained in:
+3
-1
@@ -13,6 +13,7 @@ import * as organizationNotificationChannel from "./schema/09_notification-chann
|
||||
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 {Pool} from "pg";
|
||||
@@ -42,7 +43,8 @@ export const schemas = {
|
||||
...organizationNotificationChannel,
|
||||
...alertPolicy,
|
||||
...notificationLog,
|
||||
...storageChannel
|
||||
...storageChannel,
|
||||
...storagePolicy
|
||||
};
|
||||
|
||||
export const db = drizzle({
|
||||
|
||||
Reference in New Issue
Block a user