mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 22:41:15 +08:00
update collection/uni-id-roles/collection.json.
This commit is contained in:
parent
e0113c79ce
commit
ae6239f683
@ -4,6 +4,12 @@
|
||||
"required": [
|
||||
"role_id"
|
||||
],
|
||||
"permission": {
|
||||
".read": false,
|
||||
".create": false,
|
||||
".update": false,
|
||||
".delete": false
|
||||
},
|
||||
"properties": {
|
||||
"_id": {
|
||||
"description": "存储文档 ID,系统自动生成"
|
||||
@ -39,7 +45,7 @@
|
||||
},
|
||||
"index": [
|
||||
{
|
||||
"IndexName": "role_id",
|
||||
"IndexName": "role_id_",
|
||||
"MgoKeySchema": {
|
||||
"MgoIndexKeys": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user