mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
feat: added the api key list, delete, create in profile modal.
This commit is contained in:
+3
-1
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user