Skip to content

Commit

Permalink
setting replace indexes to true
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSimmonds committed Sep 18, 2024
1 parent d120854 commit f807a45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class MovementRepository @Inject() (
Codecs.playFormatCodec(ProblemMovement.format),
Codecs.playFormatCodec(Total.format)
),
replaceIndexes = false
replaceIndexes = true
) {

private def byId(id: String): Bson = Filters.equal("_id", id)
Expand Down

0 comments on commit f807a45

Please sign in to comment.