update: collection\uni-stat-active-devices\collection.json

This commit is contained in:
VK 2023-05-12 17:16:44 +08:00
parent 7411eb590e
commit f447906cfa

View File

@ -89,14 +89,16 @@
{
"Name": "version_id",
"Direction": "1"
}, {
},
{
"Name": "platform_id",
"Direction": "1"
},
{ {
{
"Name": "channel_id",
"Direction": "1"
}, {
},
{
"Name": "dimension",
"Direction": "1"
},
@ -107,63 +109,74 @@
],
"MgoIsUnique": false
}
}, {
},
{
"IndexName": "index_search_user",
"MgoKeySchema": {
"MgoIndexKeys": [{
{ "Name": "appid",
"Name": "appid",
"Direction": "1"
}, {
},
{
"Name": "version_id",
"Direction": "1"
}, {
},
{
"Name": "platform_id",
"Direction": "1"
},
{
"Name": "channel_id",
"Direction": "1"
}, {
},
{
"Name": "device_id",
"Direction": "1"
},
{
"Name": "dimension",
"Direction": "1"
}, {
},
{
"Name": "create_time",
"Direction": "1"
}
],
"MgoIsUnique": false
}
}, {
},
{
"IndexName": "index_search_new",
"MgoKeySchema": {
"MgoIndexKeys": [{
"Name": "appid",
"Direction": "1"
}, {
},
{
"Name": "version_id",
"Direction": "1"
}, {
},
{
"Name": "platform_id",
"Direction": "1"
},
{
"Name": "channel_id",
"Direction": "1"
}, {
},
{
"Name": "is_new",
"Direction": "1"
}, {
},
{
"Name": "dimension",
"Direction": "1"
},
{ {
{
"Name": "create_time",
"Direction": "1"
}, {
},
{
"Name": "device_id",
"Direction": "1"
}