mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-13 02:45:02 +02:00
Update:Add libraryItems table index to improve performance #2073
This commit is contained in:
parent
f0929729a3
commit
1b22205f74
1 changed files with 3 additions and 0 deletions
|
@ -794,6 +794,9 @@ class LibraryItem extends Model {
|
|||
{
|
||||
fields: ['libraryId', 'mediaType']
|
||||
},
|
||||
{
|
||||
fields: ['libraryId', 'mediaId', 'mediaType']
|
||||
},
|
||||
{
|
||||
fields: ['birthtime']
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue