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