mikiher
40504da4d7
Improve book library page query performance for author sort order ( #4080 )
...
* 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>
2025-03-17 17:09:49 -05:00
mikiher
568bf0254d
Change migration version to v2.19.4
2025-02-18 07:57:46 +02:00
mikiher
23a750214f
Add migration in preparation for podcast query optimization
2025-02-16 08:35:51 +02:00
mikiher
4cc300d6e9
Update changelog with v2.19.1 migration
2025-02-09 21:39:43 +02:00
mikiher
46247ecf78
Update migrations changelog
2025-01-01 08:41:27 +02:00
Greg Lorenzen
4cdc2a8c28
Feat/download via share link ( #3666 )
...
* Adds share download endpoint
* Adds Downloadable toggle to share modal
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-12-29 16:52:57 -06:00
advplyr
f7b7b85673
Add v2.17.5 migration to changelog
2024-12-08 08:19:23 -06:00
advplyr
33aa4f1952
Merge master
2024-12-01 13:27:20 -06:00
mikiher
9917f2d358
Change migration to v2.17.4
2024-11-29 09:01:03 +02:00
mikiher
6d8720b404
Subfolder support for OIDC auth
2024-11-29 04:28:50 +02:00
advplyr
70f466d03c
Add migration for v2.17.3 to fix dropped fk constraints
2024-11-28 17:18:34 -06:00
advplyr
2b7e3f0efe
Update uuid migration to v2.17.0 and for all tables still using UUIDv4
2024-11-17 15:45:21 -06:00
Nicholas Wallace
161a3f4da9
Update migrations changelog for 2.16.3
2024-11-09 13:20:59 -07:00
Nicholas Wallace
ea6882d9ab
Update changelog
2024-10-19 11:20:22 -07:00
mikiher
50797879d5
Add a REINDEX NOCASE v2.15.1 migration and update v2.15.0 migration ( #3533 )
...
* Add REINDEX NOCASE migration and update v2.15.0 migration
* Update v2.15.0 migration test
* Fix typo
2024-10-18 16:10:29 -05:00
Nicholas Wallace
e6e494a92c
Rename for next minor release
2024-10-07 18:52:14 -07:00
advplyr
5154e31c1c
Update migration to v2.14.0
2024-09-24 17:06:00 -05:00
Nicholas Wallace
c163f84aec
Update migration changelog for series name unique
2024-09-13 17:01:48 -07:00
mikiher
3f93b93d9e
Add db migration management infratructure
2024-09-04 12:48:10 +03:00