Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Remove these:
comment_thread_id_1
...
Code Block |
---|
db.contents.ensureIndex({"_type":-1, "commentablecourse_id":1, "coursecommentable_id":1, "context":1, "pinned":-1, "created_at":-1}, {"background":true}) |
...
Code Block |
---|
db.contents.ensureIndex({"_type":-1, "course_id":1, "pinnedendorsed":-1, "endorsedpinned":-1, "last_activity_at":-1, "created_at":-1}, {"background":true}) |
Code Block |
---|
db.contents.ensureIndex({"_type":-1, "course_id":1, "pinnedendorsed":-1, "endorsedpinned":-1, "votes.point":-1, "created_at":-1}, {"background":true}) |
Code Block |
---|
db.contents.ensureIndex({"_type":-1, "course_id":1, "pinnedendorsed":-1, "endorsedpinned":-1, "comment_count":-1, "created_at":-1}, {"background":true}) |