mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
add index to machine identity model
This commit is contained in:
@@ -118,4 +118,6 @@ const machineIdentitySchema = new Schema(
|
||||
}
|
||||
);
|
||||
|
||||
machineIdentitySchema.index({ clientId: 1, isActive: 1 })
|
||||
|
||||
export const MachineIdentity = model<IMachineIdentity>("MachineIdentity", machineIdentitySchema);
|
||||
Reference in New Issue
Block a user