新增聊天消息表

This commit is contained in:
linju-json 2021-05-22 18:14:09 +08:00
parent fc16793f28
commit f03a981207
3 changed files with 16 additions and 18 deletions

View File

@ -1,17 +0,0 @@
{
"name": "@opendb/opendb-msg",
"version": "0.0.1",
"description": "opendb-msg",
"keywords": ["opendb-msg"],
"opendb": {
"title": "im聊天消息",
"type": "collection",
"contributors": [
{
"name": "DCloud_linju",
"email": "",
"homepage": ""
}
]
}
}

View File

@ -62,4 +62,4 @@
} }
}, },
"index": [] "index": []
} }

View File

@ -0,0 +1,15 @@
{
"name": "@opendb/opendb-msg",
"version": "0.0.1",
"description": "opendb-msg",
"keywords": ["opendb-msg"],
"opendb": {
"title": "聊天消息",
"type": "collection",
"contributors": [{
"name": "DCloud_linju",
"email": "",
"homepage": "https://gitee.com/dcloud/opendb"
}]
}
}