mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 14:31:15 +08:00
fix: opendb-news-comments 权限配置错误问题
This commit is contained in:
parent
0256296464
commit
2ed60492cf
@ -5,8 +5,8 @@
|
||||
"permission": {
|
||||
"read": true,
|
||||
"create": "auth.uid != null",
|
||||
"update": "doc.uid == auth.uid",
|
||||
"delete": "doc.uid == auth.uid"
|
||||
"update": "doc.user_id == auth.uid",
|
||||
"delete": "doc.user_id == auth.uid"
|
||||
},
|
||||
"properties": {
|
||||
"_id": {
|
||||
@ -66,8 +66,7 @@
|
||||
}
|
||||
},
|
||||
"data": [],
|
||||
"index": [
|
||||
{
|
||||
"index": [{
|
||||
"IndexName": "article_id_",
|
||||
"MgoKeySchema": {
|
||||
"MgoIndexKeys": [{
|
||||
|
Loading…
Reference in New Issue
Block a user