forked from Yara724/api
YARA-951
This commit is contained in:
@@ -159,5 +159,5 @@ export class ClaimCase {
|
||||
|
||||
export type ClaimCaseDocument = HydratedDocument<ClaimCase>;
|
||||
export const ClaimCaseSchema = SchemaFactory.createForClass(ClaimCase);
|
||||
|
||||
ClaimCaseSchema.index({ status: 1, "workflow.locked": 1 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user