Skip to content

Commit

Permalink
bug: 修复索引变更引发的兼容性问题 # 1679
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlxu authored Jan 22, 2024
1 parent 6451bed commit 43ffb89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import org.springframework.data.mongodb.core.index.CompoundIndexes
import org.springframework.data.mongodb.core.mapping.Document
import java.time.LocalDateTime

@Document("favorites")
@Document("path_favorites")
@CompoundIndexes(
CompoundIndex(
name = "favorites_idx",
Expand Down

0 comments on commit 43ffb89

Please sign in to comment.