Skip to content

Commit c25632c

Browse files
authored
added product-releases indexes (#63)
1 parent 318a5c4 commit c25632c

File tree

1 file changed

+115
-0
lines changed

1 file changed

+115
-0
lines changed
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
[
2+
{
3+
"v": 2,
4+
"key": {
5+
"_id": 1
6+
},
7+
"name": "_id_"
8+
},
9+
{
10+
"v": 2,
11+
"key": {
12+
"status": 1
13+
},
14+
"name": "status_1",
15+
"collation": {
16+
"locale": "en_US",
17+
"caseLevel": false,
18+
"caseFirst": "off",
19+
"strength": 1,
20+
"numericOrdering": false,
21+
"alternate": "non-ignorable",
22+
"maxVariable": "punct",
23+
"normalization": false,
24+
"backwards": false,
25+
"version": "57.1"
26+
}
27+
},
28+
{
29+
"v": 2,
30+
"key": {
31+
"accountId": 1,
32+
"updatedAt": -1
33+
},
34+
"name": "accountId_1_updatedAt_-1",
35+
"collation": {
36+
"locale": "en",
37+
"caseLevel": false,
38+
"caseFirst": "off",
39+
"strength": 2,
40+
"numericOrdering": false,
41+
"alternate": "non-ignorable",
42+
"maxVariable": "punct",
43+
"normalization": false,
44+
"backwards": false,
45+
"version": "57.1"
46+
}
47+
},
48+
{
49+
"v": 2,
50+
"key": {
51+
"accountId": 1,
52+
"productName": 1,
53+
"triggerCommit.sha": 1
54+
},
55+
"name": "accountId_1_productName_1_triggerCommit.sha_1",
56+
"background": true,
57+
"collation": {
58+
"locale": "en_US",
59+
"caseLevel": false,
60+
"caseFirst": "off",
61+
"strength": 1,
62+
"numericOrdering": false,
63+
"alternate": "non-ignorable",
64+
"maxVariable": "punct",
65+
"normalization": false,
66+
"backwards": false,
67+
"version": "57.1"
68+
}
69+
},
70+
{
71+
"v": 2,
72+
"key": {
73+
"accountId": 1,
74+
"productName": 1,
75+
"status": 1,
76+
"triggerEnvironment": 1,
77+
"triggerCommit.sha": 1
78+
},
79+
"name": "accountId_1_productName_1_status_1_triggerEnvironment_1_triggerCommit.sha_1",
80+
"background": true,
81+
"collation": {
82+
"locale": "en_US",
83+
"caseLevel": false,
84+
"caseFirst": "off",
85+
"strength": 1,
86+
"numericOrdering": false,
87+
"alternate": "non-ignorable",
88+
"maxVariable": "punct",
89+
"normalization": false,
90+
"backwards": false,
91+
"version": "57.1"
92+
}
93+
},
94+
{
95+
"v": 2,
96+
"key": {
97+
"accountId": 1,
98+
"productName": 1
99+
},
100+
"name": "accountId_1_productName_1",
101+
"background": true,
102+
"collation": {
103+
"locale": "en_US",
104+
"caseLevel": false,
105+
"caseFirst": "off",
106+
"strength": 1,
107+
"numericOrdering": false,
108+
"alternate": "non-ignorable",
109+
"maxVariable": "punct",
110+
"normalization": false,
111+
"backwards": false,
112+
"version": "57.1"
113+
}
114+
}
115+
]

0 commit comments

Comments
 (0)