mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update: 更新数据库关联表规则
This commit is contained in:
parent
bfbe1e7b18
commit
03d797f730
@ -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": {}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +1,4 @@
|
||||
{
|
||||
"uni-news-categories": {
|
||||
"data": [],
|
||||
"index": []
|
||||
},
|
||||
"uni-news-comments": {
|
||||
"data": [],
|
||||
"index": []
|
||||
}
|
||||
"uni-news-categories": {},
|
||||
"uni-news-comments": {}
|
||||
}
|
||||
|
@ -5,9 +5,5 @@
|
||||
"keywords": ["新闻"],
|
||||
"opendb": {
|
||||
"type": "database"
|
||||
},
|
||||
"dependencies": {
|
||||
"@opendb/uni-news-categories": "^0.0.1",
|
||||
"@opendb/uni-news-comments": "^0.0.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user