mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Changed UserName to non-deterministic field
This commit is contained in:
@@ -13,8 +13,7 @@ namespace Jellyfin.Server.Implementations.ModelConfiguration
|
||||
public void Configure(EntityTypeBuilder<User> builder)
|
||||
{
|
||||
builder
|
||||
.Property(user => user.Username)
|
||||
.UseCollation("NOCASE");
|
||||
.Property(user => user.Username);
|
||||
|
||||
builder
|
||||
.HasOne(u => u.ProfileImage)
|
||||
|
||||
Reference in New Issue
Block a user