Ohne Syncfusion
This commit is contained in:
@@ -27,7 +27,11 @@ namespace SewerStammGen.HostBuilders
|
||||
if (databaseToUse.Equals("default"))
|
||||
{
|
||||
connectionString = context.Configuration.GetConnectionString("default");
|
||||
configureDbContext = o => o.UseNpgsql(connectionString);
|
||||
configureDbContext = o =>
|
||||
{
|
||||
o.EnableSensitiveDataLogging();
|
||||
o.UseNpgsql(connectionString);
|
||||
};
|
||||
}
|
||||
else if (databaseToUse.Equals("sqlite"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user