Skip to content

Commit 0c9d698

Browse files
committed
fix: change index format
1 parent c6f26c7 commit 0c9d698

File tree

6 files changed

+1049
-1179
lines changed

6 files changed

+1049
-1179
lines changed

indexes/codefresh/agenttasks.json

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,20 @@
11
[
22
{
3-
"v" : 2.0,
4-
"key" : {
5-
"_id" : 1.0
6-
},
7-
"name" : "_id_"
8-
},
9-
{
10-
"v" : 2.0,
11-
"key" : {
12-
"metadata.accountId" : 1,
13-
"metadata.reIdentifier" : 1,
14-
"metadata.shouldExecute" : 1,
15-
"metadata.startAt" : 1,
16-
"metadata.status" : 1,
17-
"metadata.expireAt" : 1
18-
},
19-
"name" : "metadata.accountId_1_metadata.reIdentifier_1_metadata.shouldExecute_1_metadata.startAt_1_metadata.status_1_metadata.expireAt_1"
3+
"keys": {
4+
"metadata.accountId": 1,
5+
"metadata.reIdentifier": 1,
6+
"metadata.shouldExecute": 1,
7+
"metadata.startAt": 1,
8+
"metadata.status": 1,
9+
"metadata.expireAt": 1
10+
}
2011
},
2112
{
22-
"v" : 2.0,
23-
"key" : {
24-
"metadata.expireAt" : 1
13+
"keys": {
14+
"metadata.expireAt": 1
2515
},
26-
"name" : "metadata.expireAt_1",
27-
"expireAfterSeconds" : 0.0
16+
"options": {
17+
"expireAfterSeconds": 0
18+
}
2819
}
29-
]
20+
]

0 commit comments

Comments
 (0)