mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 22:41:15 +08:00
update collection/uni-id-followers/collection.json.
This commit is contained in:
parent
ae6239f683
commit
e71b85e82c
@ -2,6 +2,12 @@
|
||||
"schema": {
|
||||
"bsonType": "object",
|
||||
"required": ["friend_uid", "follow_uid"],
|
||||
"permission": {
|
||||
".read": true,
|
||||
".create": "auth.uid != null",
|
||||
".update": false,
|
||||
".delete": "auth.uid != null"
|
||||
},
|
||||
"properties": {
|
||||
"_id": {
|
||||
"description": "ID,系统自动生成"
|
||||
|
Loading…
Reference in New Issue
Block a user