Алексей
Results
1
comments of
Алексей
I also get the same error without migrations use like this services..AddDbContext< MyDbContext >(options => options.UseClickHouse(connectionString)); using var context = scope.ServiceProvider.GetRequiredService< MyDbContext >(); context.Database.EnsureCreated(); // here error 'AppendIdentityWhereCondition' does not...