From 784577f053dddce49b1480911990ea78d030cf47 Mon Sep 17 00:00:00 2001 From: x032205 Date: Thu, 16 Oct 2025 19:32:56 -0400 Subject: [PATCH] update db schema --- backend/src/db/schemas/pam-resources.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/db/schemas/pam-resources.ts b/backend/src/db/schemas/pam-resources.ts index 929a31c79..325f6eddc 100644 --- a/backend/src/db/schemas/pam-resources.ts +++ b/backend/src/db/schemas/pam-resources.ts @@ -18,7 +18,6 @@ export const PamResourcesSchema = z.object({ encryptedConnectionDetails: zodBuffer, createdAt: z.date(), updatedAt: z.date(), - encryptedRotationAccountDetails: zodBuffer.nullable().optional(), encryptedRotationAccountCredentials: zodBuffer.nullable().optional() });