Add index on duration

This commit is contained in:
mikiher 2025-01-01 08:37:57 +02:00
parent 754c121168
commit 0444829a9f
2 changed files with 5 additions and 3 deletions

View file

@ -321,10 +321,10 @@ class Book extends Model {
// },
{
fields: ['publishedYear']
},
{
fields: ['duration']
}
// {
// fields: ['duration']
// }
]
}
)