remove log
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 31s
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 31s
This commit is contained in:
@@ -24,8 +24,7 @@ Action<DbContextOptionsBuilder> dbContextOptions = options =>
|
|||||||
{
|
{
|
||||||
npgOption.CommandTimeout(60);
|
npgOption.CommandTimeout(60);
|
||||||
npgOption.MigrationsAssembly("GameIdeas.WebAPI");
|
npgOption.MigrationsAssembly("GameIdeas.WebAPI");
|
||||||
})
|
});
|
||||||
.LogTo(Console.WriteLine);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Add services to the container.
|
// Add services to the container.
|
||||||
|
|||||||
Reference in New Issue
Block a user