mirror of https://github.com/Chocobozzz/PeerTube
Add expiresOn index
parent
7dab0bd698
commit
a7944e89bc
|
@ -79,6 +79,9 @@ export enum ScopeNames {
|
||||||
{
|
{
|
||||||
fields: [ 'actorId' ]
|
fields: [ 'actorId' ]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
fields: [ 'expiresOn' ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
fields: [ 'url' ],
|
fields: [ 'url' ],
|
||||||
unique: true
|
unique: true
|
||||||
|
|
Loading…
Reference in New Issue