Skip to content

Commit 17f78c5

Browse files
committed
removing the legacyid index because you should query the api via es
1 parent 1058e08 commit 17f78c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/models/Challenge.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ const schema = new Schema({
1414
},
1515
legacyId: {
1616
type: Number,
17-
required: false,
18-
rangeKey: true,
19-
index: true
17+
required: false
2018
},
2119
typeId: {
2220
type: String,

0 commit comments

Comments
 (0)