mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
fix: uni统计索引调整
This commit is contained in:
parent
08249f572e
commit
85c9e09636
@ -190,6 +190,30 @@
|
||||
],
|
||||
"MgoIsUnique":false
|
||||
}
|
||||
},
|
||||
{
|
||||
"IndexName":"entry_count",
|
||||
"MgoKeySchema":{
|
||||
"MgoIndexKeys":[
|
||||
{
|
||||
"Name":"entry_count",
|
||||
"Direction":"1"
|
||||
}
|
||||
],
|
||||
"MgoIsUnique":false
|
||||
}
|
||||
},
|
||||
{
|
||||
"IndexName":"visit_times",
|
||||
"MgoKeySchema":{
|
||||
"MgoIndexKeys":[
|
||||
{
|
||||
"Name":"visit_times",
|
||||
"Direction":"1"
|
||||
}
|
||||
],
|
||||
"MgoIsUnique":false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user