mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 14:31:15 +08:00
fix: opendb-news-favorite 权限配置错误问题
This commit is contained in:
parent
2ed60492cf
commit
f9aceba121
@ -6,7 +6,7 @@
|
||||
"read": true,
|
||||
"create": "auth.uid != null",
|
||||
"update": false,
|
||||
"delete": "doc.uid == auth.uid"
|
||||
"delete": "doc.user_id == auth.uid"
|
||||
},
|
||||
"properties": {
|
||||
"_id": {
|
||||
|
Loading…
Reference in New Issue
Block a user