mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 17:15:37 +00:00
[scraper] removes unique index on files
This commit is contained in:
parent
8203cfee56
commit
a47495281d
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ const File = database.define('file',
|
|||
},
|
||||
{
|
||||
indexes: [
|
||||
{ unique: true, fields: ['infoHash', 'fileIndex', 'imdbSeason', 'imdbEpisode'] },
|
||||
{ unique: false, fields: ['imdbId', 'imdbSeason', 'imdbEpisode'] },
|
||||
{ unique: false, fields: ['kitsuId', 'kitsuEpisode'] }
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue