mirror of https://github.com/Chocobozzz/PeerTube
Add index on sharedInboxUrl
parent
4a03da5fa5
commit
a3d1026bf3
|
@ -90,6 +90,9 @@ enum ScopeNames {
|
|||
{
|
||||
fields: [ 'inboxUrl', 'sharedInboxUrl' ]
|
||||
},
|
||||
{
|
||||
fields: [ 'sharedInboxUrl' ]
|
||||
},
|
||||
{
|
||||
fields: [ 'serverId' ]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue