mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13843] [MERGED] Fix indices and update of ItemValues #13736
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13843
Author: @Shadowghost
Created: 4/5/2025
Status: ✅ Merged
Merged: 4/5/2025
Merged by: @crobibero
Base:
master← Head:fix-item-values-indices📝 Commits (1)
8692ddcFix indices and update of ItemValues📊 Changes
5 files changed (+1747 additions, -3 deletions)
View changed files
📝
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs(+1 -1)📝
src/Jellyfin.Database/Jellyfin.Database.Implementations/ModelConfiguration/ItemValuesConfiguration.cs(+2 -1)➕
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250405075612_FixItemValuesIndices.Designer.cs(+1694 -0)➕
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250405075612_FixItemValuesIndices.cs(+47 -0)📝
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/JellyfinDbModelSnapshot.cs(+3 -1)📄 Description
The unique index should be against
Value, notCleanValueChanges
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.