Skip to content

Commit

Permalink
Update mission.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
theolemague committed Jan 27, 2025
1 parent 4bbd9b4 commit c5aa6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/models/mission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ schema.index({ _old_ids: 1 });
schema.index({ publisherId: 1 });
schema.index({ clientId: 1, publisherId: 1 }, { unique: true });
schema.index({ createdAt: 1 });
schema.index({ publisherName: 1 });
schema.index({ startAt: 1 });
schema.index({ duration: 1 });
schema.index({ deleted: 1 });
Expand Down

0 comments on commit c5aa6d4

Please sign in to comment.