This commit is contained in:
2023-07-25 07:49:51 +03:00
parent 96eca795ab
commit ce2ae68c9f
22 changed files with 25 additions and 1453 deletions
+2
View File
@@ -50,7 +50,9 @@ public class AppDbContext : DbContext
var noCaseCollation = _noCaseCollation[_provider];
if (_provider == AppDbContextProvidersEnum.npgsql)
{
modelBuilder.HasCollation("my_ci_collation", "en-u-ks-primary", "icu", false);
}
/* NOCASE PROPERTIES */
modelBuilder.Entity<User>()