mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-10-27 11:18:14 +01:00
* Add migration to create authorNames* columns, in libraryItems including update triggers and indices * Add authorNames columns and indices to LibraryItem model * Add database triggers for updating author names in libraryItems (for new databases) * Populate authorNames during book scanning * Update book sorting to use new authorNames columns * Add an index on podcastEpisodes.publishedAt * Fix group_concat order by and update to sqlite 3.44.2 --------- Co-authored-by: advplyr <advplyr@protonmail.com> |
||
|---|---|---|
| .. | ||
| Author.js | ||
| Book.js | ||
| BookAuthor.js | ||
| BookSeries.js | ||
| Collection.js | ||
| CollectionBook.js | ||
| CustomMetadataProvider.js | ||
| Device.js | ||
| Feed.js | ||
| FeedEpisode.js | ||
| Library.js | ||
| LibraryFolder.js | ||
| LibraryItem.js | ||
| MediaItemShare.js | ||
| MediaProgress.js | ||
| PlaybackSession.js | ||
| Playlist.js | ||
| PlaylistMediaItem.js | ||
| Podcast.js | ||
| PodcastEpisode.js | ||
| Series.js | ||
| Setting.js | ||
| User.js | ||