fix
This commit is contained in:
@@ -71,6 +71,14 @@ public class AppDbContext : DbContext
|
||||
.Property(x => x.Email)
|
||||
.UseCollation(noCaseCollation);
|
||||
|
||||
/*modelBuilder.Entity<Account>()
|
||||
.Property(x => x.Name)
|
||||
.UseCollation(noCaseCollation);*/
|
||||
|
||||
/*modelBuilder.Entity<ItemGlobal>()
|
||||
.Property(x => x.Name)
|
||||
.UseCollation(noCaseCollation);*/
|
||||
|
||||
|
||||
modelBuilder.Entity<UserExternal>()
|
||||
.HasOne(x => x.User)
|
||||
|
||||
Reference in New Issue
Block a user