Skip to content

Commit

Permalink
update inde
Browse files Browse the repository at this point in the history
  • Loading branch information
af-egr committed Feb 10, 2025
1 parent e3c1a76 commit 4b3c152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/proposal/schema/proposal.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ ProposalSchema.index({ ownerId: 1, status: 1, dueDateForStatus: 1 });
ProposalSchema.index({ ownerId: 1, status: 1, projectAbbreviation: 1 });

// Participating Scientists
ProposalSchema.index({ participants: 1, status: 1, ownerName: 1 });
ProposalSchema.index({ 'participants.researcher.email': 1, status: 1 });

// Indexes for get by status and sort by key
ProposalSchema.index({ status: 1, _id: 1 });
Expand Down

0 comments on commit 4b3c152

Please sign in to comment.