mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update: collection\uni-stat-active-devices\collection.json
This commit is contained in:
parent
7411eb590e
commit
f447906cfa
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user