mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
add uni-cms uni-im database
This commit is contained in:
parent
b6f8cf8d48
commit
4648906324
5
database/uni-cms/db_init.json
Normal file
5
database/uni-cms/db_init.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"uni-cms-articles": {},
|
||||||
|
"uni-cms-categories": {},
|
||||||
|
"uni-cms-unlock-record": {}
|
||||||
|
}
|
10
database/uni-cms/package.json
Normal file
10
database/uni-cms/package.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "@opendb/uni-cms",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "uni-cms",
|
||||||
|
"keywords": ["cms"],
|
||||||
|
"opendb": {
|
||||||
|
"type": "database",
|
||||||
|
"title": "uni-cms"
|
||||||
|
}
|
||||||
|
}
|
6
database/uni-im/db_init.json
Normal file
6
database/uni-im/db_init.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"uni-im-conversation": {},
|
||||||
|
"uni-im-friend": {},
|
||||||
|
"uni-im-friend-invite": {},
|
||||||
|
"uni-im-msg": {}
|
||||||
|
}
|
10
database/uni-im/package.json
Normal file
10
database/uni-im/package.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "@opendb/uni-im",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "uni-im",
|
||||||
|
"keywords": ["im"],
|
||||||
|
"opendb": {
|
||||||
|
"type": "database",
|
||||||
|
"title": "uni-im"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user