mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 22:41:15 +08:00
fix: uni统计数据表索引调整
This commit is contained in:
parent
471019c764
commit
08249f572e
@ -169,11 +169,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"IndexName":"hash",
|
"IndexName":"error_hash",
|
||||||
"MgoKeySchema":{
|
"MgoKeySchema":{
|
||||||
"MgoIndexKeys":[
|
"MgoIndexKeys":[
|
||||||
{
|
{
|
||||||
"Name":"hash",
|
"Name":"error_hash",
|
||||||
"Direction":"1"
|
"Direction":"1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -224,6 +224,18 @@
|
|||||||
],
|
],
|
||||||
"MgoIsUnique":false
|
"MgoIsUnique":false
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"IndexName":"previous_page_duration",
|
||||||
|
"MgoKeySchema":{
|
||||||
|
"MgoIndexKeys":[
|
||||||
|
{
|
||||||
|
"Name":"previous_page_duration",
|
||||||
|
"Direction":"1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"MgoIsUnique":false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user