[PR #13564] [MERGED] Disallow incremental updates to JellyfinDbModelSnapshot #13630

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13564
Author: @crobibero
Created: 2/15/2025
Status: Merged
Merged: 2/16/2025
Merged by: @crobibero

Base: masterHead: ef-snapshot-binary


📝 Commits (1)

  • fae674b Disallow incremental updates to JellyfinDbModelSnapshot

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

Jellyfin.Server.Implementations/Migrations/.gitattributes (+1 -0)

📄 Description

From https://jkdev.me/handling-ef-core-migrations/

This disallows incremental updates in git, so developers will be forced to fully regenerate the migration if upstream has changed


🔄 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/13564 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 2/15/2025 **Status:** ✅ Merged **Merged:** 2/16/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `ef-snapshot-binary` --- ### 📝 Commits (1) - [`fae674b`](https://github.com/jellyfin/jellyfin/commit/fae674bb14a51cd366cc7c69ae6bdebd6898b8c7) Disallow incremental updates to JellyfinDbModelSnapshot ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Server.Implementations/Migrations/.gitattributes` (+1 -0) </details> ### 📄 Description From https://jkdev.me/handling-ef-core-migrations/ This disallows incremental updates in git, so developers will be forced to fully regenerate the migration if upstream has changed --- <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:16:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13630