Add index on sharedInboxUrl

pull/901/head
Chocobozzz 2018-07-31 18:04:45 +02:00
parent 4a03da5fa5
commit a3d1026bf3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ enum ScopeNames {
{
fields: [ 'inboxUrl', 'sharedInboxUrl' ]
},
{
fields: [ 'sharedInboxUrl' ]
},
{
fields: [ 'serverId' ]
},