Optimize Indices

This commit is contained in:
Shadowghost
2026-02-07 00:56:38 +01:00
parent 46ad25f47d
commit 8ddc35a1ce
9 changed files with 1984 additions and 38 deletions
@@ -20,9 +20,6 @@ namespace Jellyfin.Database.Implementations.ModelConfiguration
builder
.HasIndex(entity => new { entity.UserId, entity.DeviceId });
builder
.HasIndex(entity => entity.DeviceId);
}
}
}