Note problem line

This commit is contained in:
Dyson Parkes 2021-11-10 15:53:46 +13:00
commit e6f4d230af

View file

@ -122,7 +122,7 @@ namespace Ombi.Extensions
{
options.UseMySql(config.ConnectionString, b =>
{
b.CharSetBehavior(Pomelo.EntityFrameworkCore.MySql.Infrastructure.CharSetBehavior.NeverAppend);
b.CharSetBehavior(Pomelo.EntityFrameworkCore.MySql.Infrastructure.CharSetBehavior.NeverAppend); // ##ISSUE
b.EnableRetryOnFailure();
});
}