[PR #12735] [MERGED] Add missing migration for SegmentProviderId #13345

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12735
Author: @Shadowghost
Created: 9/28/2024
Status: Merged
Merged: 9/28/2024
Merged by: @crobibero

Base: masterHead: add-missing-migration


📝 Commits (2)

  • a0f169c Add missing migration for SegmentProviderId
  • a32d68f Fix build error

📊 Changes

3 files changed (+754 additions, -5 deletions)

View changed files

Jellyfin.Server.Implementations/Migrations/20240928082930_MarkSegmentProviderIdNonNullable.Designer.cs (+712 -0)
Jellyfin.Server.Implementations/Migrations/20240928082930_MarkSegmentProviderIdNonNullable.cs (+36 -0)
📝 Jellyfin.Server.Implementations/Migrations/JellyfinDbModelSnapshot.cs (+6 -5)

📄 Description

Seems like model was change without updating efcore


🔄 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/12735 **Author:** [@Shadowghost](https://github.com/Shadowghost) **Created:** 9/28/2024 **Status:** ✅ Merged **Merged:** 9/28/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `add-missing-migration` --- ### 📝 Commits (2) - [`a0f169c`](https://github.com/jellyfin/jellyfin/commit/a0f169c850928e9ebd02815fca682f2ec829c780) Add missing migration for SegmentProviderId - [`a32d68f`](https://github.com/jellyfin/jellyfin/commit/a32d68f7d39d2bf80b10415605fa549ef270e934) Fix build error ### 📊 Changes **3 files changed** (+754 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Server.Implementations/Migrations/20240928082930_MarkSegmentProviderIdNonNullable.Designer.cs` (+712 -0) ➕ `Jellyfin.Server.Implementations/Migrations/20240928082930_MarkSegmentProviderIdNonNullable.cs` (+36 -0) 📝 `Jellyfin.Server.Implementations/Migrations/JellyfinDbModelSnapshot.cs` (+6 -5) </details> ### 📄 Description Seems like model was change without updating efcore --- <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:11:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13345