mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14051] [CLOSED] EFCore/#13049: update database to 10.10.z before EFCore migration is applied #13813
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/14051
Author: @TheMelmacian
Created: 5/3/2025
Status: ❌ Closed
Base:
master← Head:efcore/#13049_migrate_database_to_10.10.z📝 Commits (10+)
ec56174add migration routine to update database to v10.10.z70c84f9fix(JellyfinMigrationService): prevent execution of already applied legacy migrations40a6e51Update Jellyfin.Server/Migrations/Routines/UpdateDatabaseToTenDotTen.cs981d6ebapply suggestions from code reviewb9e2e64fix error when checking legacy migrationscc57c4aremove obsolete statements to simplify migration routine662f686remove UserDatas update scripts955075fdefine columns in a list0aa8304Integrate branch 'master' into efcore/#13049_migrate_database_to_10.10.zf64f809Integrate branch 'master' into efcore/#13049_migrate_database_to_10.10.z📊 Changes
4 files changed (+231 additions, -46 deletions)
View changed files
📝
Jellyfin.Server/Migrations/JellyfinMigrationService.cs(+42 -44)📝
Jellyfin.Server/Migrations/Routines/MigrateLibraryDbCompatibilityCheck.cs(+1 -1)➕
Jellyfin.Server/Migrations/Routines/UpdateDatabaseToTenDotTen.cs(+187 -0)📝
Jellyfin.Server/Program.cs(+1 -1)📄 Description
Changes
SqliteItemRepository.csandSqliteUserDataRepository.csmigration.xmlfiles is executed regardless of theIsStartupWizardCompletedflag to prevent execution of already applied migrationsIssues
Fixes #13049
Summary by CodeRabbit
New Features
Refactor
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.