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() });