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