From 03d797f730c697249027c46f6715ec0db2962dc7 Mon Sep 17 00:00:00 2001 From: handongxun Date: Wed, 5 Aug 2020 15:23:17 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E5=85=B3=E8=81=94=E8=A1=A8=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database/uni-mall/db_init.json | 12 ++++-------- database/uni-mall/package.json | 6 ------ database/uni-news/db_init.json | 10 ++-------- database/uni-news/package.json | 4 ---- 4 files changed, 6 insertions(+), 26 deletions(-) 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" } }