mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 22:41:15 +08:00
update collection/opendb-news-favorite/collection.json.
This commit is contained in:
parent
78e89dc2d4
commit
620bf588ce
@ -28,15 +28,19 @@
|
||||
},
|
||||
"index": [
|
||||
{
|
||||
"IndexName": "article_id_",
|
||||
"IndexName": "article_user_",
|
||||
"MgoKeySchema": {
|
||||
"MgoIndexKeys": [
|
||||
{
|
||||
"Name": "article_id",
|
||||
"Direction": "1"
|
||||
},
|
||||
{
|
||||
"Name": "user_id",
|
||||
"Direction": "1"
|
||||
}
|
||||
],
|
||||
"MgoIsUnique": false
|
||||
"MgoIsUnique": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user