mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 06:25:24 -07:00
Note problem line
This commit is contained in:
parent
7ee355a0df
commit
e6f4d230af
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue