Закомментирована строчка HasPostgresExtension("adminpack")
Some checks failed
Unit tests / test (push) Failing after 27s
Some checks failed
Unit tests / test (push) Failing after 27s
This commit is contained in:
parent
10bb27d4eb
commit
6504a816d1
@ -13,7 +13,8 @@ public partial class PersistencePostgresContext : PersistenceDbContext
|
|||||||
|
|
||||||
protected override void OnModelCreating(ModelBuilder modelBuilder)
|
protected override void OnModelCreating(ModelBuilder modelBuilder)
|
||||||
{
|
{
|
||||||
modelBuilder.HasPostgresExtension("adminpack")
|
modelBuilder
|
||||||
|
//.HasPostgresExtension("adminpack")
|
||||||
.HasAnnotation("Relational:Collation", "en_US.utf8");
|
.HasAnnotation("Relational:Collation", "en_US.utf8");
|
||||||
|
|
||||||
base.OnModelCreating(modelBuilder);
|
base.OnModelCreating(modelBuilder);
|
||||||
|
Loading…
Reference in New Issue
Block a user