Add podcastId index to podcastEpisodes

This commit is contained in:
drwggm 2024-10-16 22:18:48 -04:00 committed by GitHub
parent f2102a0a23
commit 8e493fdafa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,7 @@ class PodcastEpisode extends Model {
modelName: 'podcastEpisode', modelName: 'podcastEpisode',
indexes: [ indexes: [
{ {
fields: ['createdAt'] fields: ['createdAt','podcastId']
} }
] ]
} }