Compare commits

..

1 Commits

Author SHA1 Message Date
主角
1f9c419a2d
Pre Merge pull request !20 from 主角/master 2024-06-25 12:35:39 +00:00
2 changed files with 4 additions and 16 deletions

View File

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

View File

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