Working on implementation of alert policies.

This commit is contained in:
charlesgauthereau
2025-11-23 17:13:07 +01:00
parent eb471c7cdb
commit d968aa9c16
20 changed files with 2598 additions and 56 deletions
+5 -1
View File
@@ -10,6 +10,8 @@ import * as agent from "./schema/08_agent";
import * as database from "./schema/07_database";
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 {Pool} from "pg";
@@ -36,7 +38,9 @@ export const schemas = {
...agent,
...database,
...notificationChannel,
...organizationNotificationChannel
...organizationNotificationChannel,
...alertPolicy,
...notificationLog
};
export const db = drizzle({