mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 06:25:24 -07:00
Disable charsetoption in databaseextensions, version left
This commit is contained in:
parent
e6f4d230af
commit
a51b61d869
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); // ##ISSUE
|
||||
//b.CharSetBehavior(Pomelo.EntityFrameworkCore.MySql.Infrastructure.CharSetBehavior.NeverAppend); // ##ISSUE, link to migrations?
|
||||
b.EnableRetryOnFailure();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue