unique index auf user.name
This commit is contained in:
@@ -1463,6 +1463,9 @@ namespace ReallifeGamemode.Database.Migrations
|
||||
|
||||
b.HasIndex("HouseId");
|
||||
|
||||
b.HasIndex("Name")
|
||||
.IsUnique();
|
||||
|
||||
b.ToTable("Users");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user