Working on notifier system.

This commit is contained in:
charlesgauthereau
2025-11-09 16:47:58 +01:00
parent 411e09f452
commit 7dfd9f02e8
27 changed files with 2755 additions and 81 deletions
+5 -1
View File
@@ -8,6 +8,8 @@ import * as member from "./schema/05_invitation";
import * as project from "./schema/06_project";
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 {Pool} from "pg";
@@ -32,7 +34,9 @@ export const schemas = {
...member,
...project,
...agent,
...database
...database,
...notificationChannel,
...organizationNotificationChannel
};
export const db = drizzle({