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
This commit is contained in:
mikiher 2024-10-19 00:10:29 +03:00 committed by GitHub
parent 9327331ee9
commit 50797879d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 107 additions and 52 deletions

View file

@ -2,6 +2,7 @@
Please add a record of every database migration that you create to this file. This will help us keep track of changes to the database schema over time.
| Server Version | Migration Script Name | Description |
| -------------- | ---------------------------- | ------------------------------------------------- |
| v2.15.0 | v2.15.0-series-column-unique | Series must have unique names in the same library |
| Server Version | Migration Script Name | Description |
| -------------- | ---------------------------- | ------------------------------------------------------------------------------------ |
| 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 |