diff options
| author | Cody Robibero <cody@robibe.ro> | 2025-02-15 18:33:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-15 18:33:45 -0700 |
| commit | 06527fae6e1a056a6824d02f66f46e88ab3b9c76 (patch) | |
| tree | 769820e3b42f3c0aecc0534a07d91f038a75f304 | |
| parent | 66e571cd9761bea26ce3c7d4626150aac09ef7af (diff) | |
Disallow incremental updates to JellyfinDbModelSnapshot (#13564)
| -rw-r--r-- | Jellyfin.Server.Implementations/Migrations/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Server.Implementations/Migrations/.gitattributes b/Jellyfin.Server.Implementations/Migrations/.gitattributes new file mode 100644 index 000000000..da5c26f40 --- /dev/null +++ b/Jellyfin.Server.Implementations/Migrations/.gitattributes @@ -0,0 +1 @@ +JellyfinDbModelSnapshot.cs binary |
