From ea6882d9aba1ee5dcb1f1de98dc9036ee962d19b Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sat, 19 Oct 2024 11:20:22 -0700 Subject: [PATCH] Update changelog --- server/migrations/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/server/migrations/changelog.md b/server/migrations/changelog.md index 92be2cd5..3623300f 100644 --- a/server/migrations/changelog.md +++ b/server/migrations/changelog.md @@ -6,3 +6,4 @@ Please add a record of every database migration that you create to this file. Th | -------------- | ---------------------------- | ------------------------------------------------------------------------------------ | | v2.15.0 | v2.15.0-series-column-unique | Series must have unique names in the same library | | v2.15.1 | v2.15.1-reindex-nocase | Fix potential db corruption issues due to bad sqlite extension introduced in v2.12.0 | +| v2.15.2 | v2.15.2-index-creation | Creates author, series, and podcast episode indexes |