[PR #15322] [MERGED] Fix legacy migration file checks #14276

Closed
opened 2026-02-07 07:27:13 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15322
Author: @crobibero
Created: 10/31/2025
Status: Merged
Merged: 11/1/2025
Merged by: @crobibero

Base: release-10.11.zHead: migrate-v1240


📝 Commits (1)

  • fc5b38a return instead of break, add check to more migrations

📊 Changes

4 files changed (+40 additions, -3 deletions)

View changed files

📝 Jellyfin.Server/Migrations/Routines/MigrateActivityLogDb.cs (+1 -1)
📝 Jellyfin.Server/Migrations/Routines/MigrateAuthenticationDb.cs (+20 -1)
📝 Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs (+18 -0)
📝 Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs (+1 -1)

📄 Description

Fixes #15158
Fixes #15027
Fixes #15293


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15322 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 10/31/2025 **Status:** ✅ Merged **Merged:** 11/1/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `migrate-v1240` --- ### 📝 Commits (1) - [`fc5b38a`](https://github.com/jellyfin/jellyfin/commit/fc5b38ae548b60a2fa4b0e8311626217774fdc52) return instead of break, add check to more migrations ### 📊 Changes **4 files changed** (+40 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Migrations/Routines/MigrateActivityLogDb.cs` (+1 -1) 📝 `Jellyfin.Server/Migrations/Routines/MigrateAuthenticationDb.cs` (+20 -1) 📝 `Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs` (+18 -0) 📝 `Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs` (+1 -1) </details> ### 📄 Description Fixes #15158 Fixes #15027 Fixes #15293 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:27:13 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14276