Skip to content

Commit 1bcc3a6

Browse files
add indexes file for users collection
1 parent 152dfa9 commit 1bcc3a6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

indexes/codefresh/users.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[
2+
{
3+
"v": 2.0,
4+
"key": {
5+
"account": 1.0,
6+
"_id": 1.0
7+
},
8+
"name": "account_1__id_1"
9+
},
10+
{
11+
"v": 2.0,
12+
"key": {
13+
"role": 1.0,
14+
"account": 1.0,
15+
"_id": 1.0
16+
},
17+
"name": "role_1_account_1__id_1"
18+
}
19+
]

0 commit comments

Comments
 (0)