mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-13 06:23:01 +08:00
Compare commits
2 Commits
14fef2ff5c
...
46b610cc94
Author | SHA1 | Date | |
---|---|---|---|
|
46b610cc94 | ||
|
08249f572e |
@ -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 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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