mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-22 10:55:19 -04:00
📝No extra index needed for user.code.problems
We only query via _id currently, so the default index will do.
This commit is contained in:
parent
3d32c8a5e7
commit
b78a35f5f0
1 changed files with 0 additions and 2 deletions
|
@ -7,6 +7,4 @@ UserCodeProblemSchema = new mongoose.Schema({
|
|||
'default': Date.now
|
||||
}, {strict: false})
|
||||
|
||||
# TODO: add index
|
||||
|
||||
module.exports = UserCodeProblem = mongoose.model('user.code.problem', UserCodeProblemSchema)
|
||||
|
|
Loading…
Reference in a new issue