Compare commits

..

2 Commits

Author SHA1 Message Date
wakary
779c304742
Pre Merge pull request !16 from wakary/master 2024-08-21 03:16:04 +00:00
jiarongping
08249f572e fix: uni统计数据表索引调整 2024-08-21 11:15:56 +08:00
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
}
} }
] ]
} }