Need index on principalId for performance.
This commit is contained in:
parent
cd447144e2
commit
98b41da17f
|
@ -11,7 +11,10 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The principal type, such as user, application, or role"
|
"description": "The principal type, such as user, application, or role"
|
||||||
},
|
},
|
||||||
"principalId": "string"
|
"principalId": {
|
||||||
|
"type": "string",
|
||||||
|
"index": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"relations": {
|
"relations": {
|
||||||
"role": {
|
"role": {
|
||||||
|
|
Loading…
Reference in New Issue