diff --git a/database/uni-mall/db_init.json b/database/uni-mall/db_init.json index 33aa9d4..ef01370 100644 --- a/database/uni-mall/db_init.json +++ b/database/uni-mall/db_init.json @@ -1,10 +1,6 @@ { - "uni-mall-categories": { - "data": [], - "index": [] - }, - "uni-mall-comments": { - "data": [], - "index": [] - } + "uni-id-users": {}, + "uni-mall-goods": {}, + "uni-mall-categories": {}, + "uni-mall-comments": {} } diff --git a/database/uni-mall/package.json b/database/uni-mall/package.json index be792eb..0a07c3a 100644 --- a/database/uni-mall/package.json +++ b/database/uni-mall/package.json @@ -6,11 +6,5 @@ "opendb": { "type": "database", "title": "电商系统" - }, - "dependencies": { - "@opendb/uni-id-users": "^0.0.1", - "@opendb/uni-mall-goods": "^0.0.1", - "@opendb/uni-mall-categories": "^0.0.1", - "@opendb/uni-mall-comments": "^0.0.1" } } diff --git a/database/uni-news/db_init.json b/database/uni-news/db_init.json index 1264d4b..986f3dc 100644 --- a/database/uni-news/db_init.json +++ b/database/uni-news/db_init.json @@ -1,10 +1,4 @@ { - "uni-news-categories": { - "data": [], - "index": [] - }, - "uni-news-comments": { - "data": [], - "index": [] - } + "uni-news-categories": {}, + "uni-news-comments": {} } diff --git a/database/uni-news/package.json b/database/uni-news/package.json index 1c0605d..bf62a23 100644 --- a/database/uni-news/package.json +++ b/database/uni-news/package.json @@ -5,9 +5,5 @@ "keywords": ["新闻"], "opendb": { "type": "database" - }, - "dependencies": { - "@opendb/uni-news-categories": "^0.0.1", - "@opendb/uni-news-comments": "^0.0.1" } }