mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #13972] [MERGED] Remove 10.11.z EFcore migration warnings #13784
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/13972
Author: @ferferga
Created: 4/23/2025
Status: ✅ Merged
Merged: 4/24/2025
Merged by: @crobibero
Base:
master← Head:remove-efcore-warnings📝 Commits (1)
725c6a3Temporarily ignore NonTransactionalMigrationOperation warnings📊 Changes
1 file changed (+8 additions, -3 deletions)
View changed files
📝
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/SqliteDatabaseProvider.cs(+8 -3)📄 Description
These warnings were introduced after BaseItem was migrated to EFcore. I already submitted a PR to fix upstream, but until it's merged, it's better to have those warnings disabled so users doesn't get crazy when they do see them on their first 10.11.z startup
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.