From 8d7756f8b7a927d83dc05944a1cda9b78763c788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: Wed, 31 Mar 2021 17:10:30 +0800 Subject: [PATCH] update collection/opendb-news-articles/collection.json. --- collection/opendb-news-articles/collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection/opendb-news-articles/collection.json b/collection/opendb-news-articles/collection.json index 3f7b3a9..3f05f62 100644 --- a/collection/opendb-news-articles/collection.json +++ b/collection/opendb-news-articles/collection.json @@ -1,7 +1,7 @@ { "schema": { "bsonType": "object", - "required": ["user_id", "title", "content", "article_status", "view_count", "like_count", "is_sticky", "is_essence", "comment_status", "comment_count"], + "required": ["user_id", "title", "content"], "permission": { "read": true, "create": "auth.uid != null",