feat: added the api key list, delete, create in profile modal.

This commit is contained in:
charles-gauthereau
2026-05-25 11:39:30 +02:00
parent 539fec4dbc
commit 72ecd7f054
12 changed files with 4444 additions and 1081 deletions
+3 -1
View File
@@ -16,6 +16,7 @@ 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 * as healthcheckLog from "@/db/schema/15_healthcheck-log";
import * as apiKey from "@/db/schema/16_apikey";
const log = logger.child({module: "db"});
@@ -51,7 +52,8 @@ export const schemas = {
...storageChannel,
...storagePolicy,
...backupStorage,
...healthcheckLog
...healthcheckLog,
...apiKey
};
export const db = drizzle({