From 06527fae6e1a056a6824d02f66f46e88ab3b9c76 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Sat, 15 Feb 2025 18:33:45 -0700 Subject: [PATCH] Disallow incremental updates to JellyfinDbModelSnapshot (#13564) --- Jellyfin.Server.Implementations/Migrations/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 Jellyfin.Server.Implementations/Migrations/.gitattributes diff --git a/Jellyfin.Server.Implementations/Migrations/.gitattributes b/Jellyfin.Server.Implementations/Migrations/.gitattributes new file mode 100644 index 0000000000..da5c26f400 --- /dev/null +++ b/Jellyfin.Server.Implementations/Migrations/.gitattributes @@ -0,0 +1 @@ +JellyfinDbModelSnapshot.cs binary