mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 22:03:15 -07:00
Update DatabaseExtensions.cs
This commit is contained in:
parent
f7538f6ece
commit
542fdbd8f0
1 changed files with 2 additions and 1 deletions
|
@ -171,6 +171,7 @@ namespace Ombi.Extensions
|
||||||
{
|
{
|
||||||
b.EnableRetryOnFailure();
|
b.EnableRetryOnFailure();
|
||||||
}).ReplaceService<ISqlGenerationHelper, NpgsqlCaseInsensitiveSqlGenerationHelper>();
|
}).ReplaceService<ISqlGenerationHelper, NpgsqlCaseInsensitiveSqlGenerationHelper>();
|
||||||
|
}
|
||||||
|
|
||||||
private static ServerVersion GetServerVersion(string connectionString)
|
private static ServerVersion GetServerVersion(string connectionString)
|
||||||
{
|
{
|
||||||
|
@ -240,4 +241,4 @@ namespace Ombi.Extensions
|
||||||
=> base.DelimitIdentifier(builder, identifier == EFMigrationsHisory ? identifier : identifier.ToLower());
|
=> base.DelimitIdentifier(builder, identifier == EFMigrationsHisory ? identifier : identifier.ToLower());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue