update: 更新数据库关联表规则

This commit is contained in:
handongxun 2020-08-05 15:23:17 +08:00
parent bfbe1e7b18
commit 03d797f730
4 changed files with 6 additions and 26 deletions

View File

@ -1,10 +1,6 @@
{ {
"uni-mall-categories": { "uni-id-users": {},
"data": [], "uni-mall-goods": {},
"index": [] "uni-mall-categories": {},
}, "uni-mall-comments": {}
"uni-mall-comments": {
"data": [],
"index": []
}
} }

View File

@ -6,11 +6,5 @@
"opendb": { "opendb": {
"type": "database", "type": "database",
"title": "电商系统" "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"
} }
} }

View File

@ -1,10 +1,4 @@
{ {
"uni-news-categories": { "uni-news-categories": {},
"data": [], "uni-news-comments": {}
"index": []
},
"uni-news-comments": {
"data": [],
"index": []
}
} }

View File

@ -5,9 +5,5 @@
"keywords": ["新闻"], "keywords": ["新闻"],
"opendb": { "opendb": {
"type": "database" "type": "database"
},
"dependencies": {
"@opendb/uni-news-categories": "^0.0.1",
"@opendb/uni-news-comments": "^0.0.1"
} }
} }