Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
[fix]同步数据库json文件
Browse files Browse the repository at this point in the history
  • Loading branch information
seho-dev committed May 29, 2021
1 parent c7490b7 commit 6b45900
Show file tree
Hide file tree
Showing 16 changed files with 510 additions and 3,467 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "explain-cache-clear-timeout",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"explain": "file:../common/explain",
"explain-cache": "file:../common/explain-cache"
}
"name": "explain-cache-clear-timeout",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"explain": "file:../common/explain",
"explain-cache": "file:../common/explain-cache"
}
}
28 changes: 14 additions & 14 deletions uniCloud-aliyun/database/certificationApplyOrder.schema.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"bsonType": "object",
"required": [],
"permission": {
"read": false,
"create": false,
"update": false,
"delete": false
},
"properties": {
"_id": {
"description": "ID,系统自动生成"
}
}
{
"bsonType": "object",
"required": [],
"permission": {
"read": false,
"create": false,
"update": false,
"delete": false
},
"properties": {
"_id": {
"description": "ID,系统自动生成"
}
}
}
Loading

0 comments on commit 6b45900

Please sign in to comment.