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", "Name": "version_id",
"Direction": "1" "Direction": "1"
}, { },
{
"Name": "platform_id", "Name": "platform_id",
"Direction": "1" "Direction": "1"
}, },
{ { {
"Name": "channel_id", "Name": "channel_id",
"Direction": "1" "Direction": "1"
}, { },
{
"Name": "dimension", "Name": "dimension",
"Direction": "1" "Direction": "1"
}, },
@ -107,63 +109,74 @@
], ],
"MgoIsUnique": false "MgoIsUnique": false
} }
}, { },
{
"IndexName": "index_search_user", "IndexName": "index_search_user",
"MgoKeySchema": { "MgoKeySchema": {
"MgoIndexKeys": [{ "MgoIndexKeys": [{
{ "Name": "appid", "Name": "appid",
"Direction": "1" "Direction": "1"
}, { },
{
"Name": "version_id", "Name": "version_id",
"Direction": "1" "Direction": "1"
}, { },
{
"Name": "platform_id", "Name": "platform_id",
"Direction": "1" "Direction": "1"
}, },
{ {
"Name": "channel_id", "Name": "channel_id",
"Direction": "1" "Direction": "1"
}, { },
{
"Name": "device_id", "Name": "device_id",
"Direction": "1" "Direction": "1"
}, },
{ {
"Name": "dimension", "Name": "dimension",
"Direction": "1" "Direction": "1"
}, { },
{
"Name": "create_time", "Name": "create_time",
"Direction": "1" "Direction": "1"
} }
], ],
"MgoIsUnique": false "MgoIsUnique": false
} }
}, { },
{
"IndexName": "index_search_new", "IndexName": "index_search_new",
"MgoKeySchema": { "MgoKeySchema": {
"MgoIndexKeys": [{ "MgoIndexKeys": [{
"Name": "appid", "Name": "appid",
"Direction": "1" "Direction": "1"
}, { },
{
"Name": "version_id", "Name": "version_id",
"Direction": "1" "Direction": "1"
}, { },
{
"Name": "platform_id", "Name": "platform_id",
"Direction": "1" "Direction": "1"
}, },
{ {
"Name": "channel_id", "Name": "channel_id",
"Direction": "1" "Direction": "1"
}, { },
{
"Name": "is_new", "Name": "is_new",
"Direction": "1" "Direction": "1"
}, { },
{
"Name": "dimension", "Name": "dimension",
"Direction": "1" "Direction": "1"
}, },
{ { {
"Name": "create_time", "Name": "create_time",
"Direction": "1" "Direction": "1"
}, { },
{
"Name": "device_id", "Name": "device_id",
"Direction": "1" "Direction": "1"
} }