mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-16 12:09:42 +00:00
Add indexes to MediaProgress and BookSeries models
This commit is contained in:
parent
c0319ebbac
commit
e66ffb9c23
3 changed files with 9 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const loggerPrefix = `[${migrationVersion} migration]`
|
|||
const indexes = [
|
||||
{
|
||||
table: 'mediaProgresses',
|
||||
name: 'media_progress_user_item_finished_time',
|
||||
name: 'media_progresses_user_item_finished_time',
|
||||
fields: ['userId', 'mediaItemId', 'isFinished', 'currentTime']
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue