mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
update db schema
This commit is contained in:
@@ -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()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user