mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
feat: backup and restore logs modal view
This commit is contained in:
+3
-1
@@ -17,6 +17,7 @@ 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";
|
||||
import * as jobLog from "@/db/schema/17_job-log";
|
||||
|
||||
const log = logger.child({module: "db"});
|
||||
|
||||
@@ -53,7 +54,8 @@ export const schemas = {
|
||||
...storagePolicy,
|
||||
...backupStorage,
|
||||
...healthcheckLog,
|
||||
...apiKey
|
||||
...apiKey,
|
||||
...jobLog
|
||||
};
|
||||
|
||||
export const db = drizzle({
|
||||
|
||||
Reference in New Issue
Block a user