fix: uni统计数据表索引调整

This commit is contained in:
jiarongping 2024-08-21 11:15:56 +08:00
parent 471019c764
commit 08249f572e
2 changed files with 16 additions and 4 deletions

View File

@ -169,11 +169,11 @@
} }
}, },
{ {
"IndexName":"hash", "IndexName":"error_hash",
"MgoKeySchema":{ "MgoKeySchema":{
"MgoIndexKeys":[ "MgoIndexKeys":[
{ {
"Name":"hash", "Name":"error_hash",
"Direction":"1" "Direction":"1"
} }
], ],
@ -181,4 +181,4 @@
} }
} }
] ]
} }

View File

@ -224,6 +224,18 @@
], ],
"MgoIsUnique":false "MgoIsUnique":false
} }
},
{
"IndexName":"previous_page_duration",
"MgoKeySchema":{
"MgoIndexKeys":[
{
"Name":"previous_page_duration",
"Direction":"1"
}
],
"MgoIsUnique":false
}
} }
] ]
} }