feat: backend storage

This commit is contained in:
charlesgauthereau
2026-01-12 21:16:52 +01:00
parent f3eedf6f30
commit faaa4033bd
42 changed files with 1623 additions and 968 deletions
+3 -1
View File
@@ -12,6 +12,7 @@ import * as notificationChannel from "./schema/09_notification-channel";
import * as organizationNotificationChannel from "./schema/09_notification-channel";
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 {Pool} from "pg";
@@ -40,7 +41,8 @@ export const schemas = {
...notificationChannel,
...organizationNotificationChannel,
...alertPolicy,
...notificationLog
...notificationLog,
...storageChannel
};
export const db = drizzle({