Compare commits

..

2 Commits

Author SHA1 Message Date
主角
c4bae46334
Pre Merge pull request !20 from 主角/master 2024-08-21 03:16:05 +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"
} }
], ],

View File

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