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