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": {
"data": [],
"index": []
},
"uni-mall-comments": {
"data": [],
"index": []
}
"uni-id-users": {},
"uni-mall-goods": {},
"uni-mall-categories": {},
"uni-mall-comments": {}
}

View File

@ -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"
}
}

View File

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

View File

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