From 4cc300d6e9d91b10bd47dd45223b06f6a06f9ffe Mon Sep 17 00:00:00 2001 From: mikiher Date: Sun, 9 Feb 2025 21:39:43 +0200 Subject: [PATCH] Update changelog with v2.19.1 migration --- server/migrations/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/server/migrations/changelog.md b/server/migrations/changelog.md index 3b5a5626..acccef90 100644 --- a/server/migrations/changelog.md +++ b/server/migrations/changelog.md @@ -13,3 +13,4 @@ Please add a record of every database migration that you create to this file. Th | v2.17.5 | v2.17.5-remove-host-from-feed-urls | removes the host (serverAddress) from URL columns in the feeds and feedEpisodes tables | | v2.17.6 | v2.17.6-share-add-isdownloadable | Adds the isDownloadable column to the mediaItemShares table | | v2.17.7 | v2.17.7-add-indices | Adds indices to the libraryItems and books tables to reduce query times | +| v2.19.1 | v2.19.1-copy-title-to-library-items | Copies title and titleIgnorePrefix to the libraryItems table, creates update triggers and indices |