We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5194b commit d4820dbCopy full SHA for d4820db
src/VirtoCommerce.Platform.Web/appsettings.json
@@ -8,7 +8,7 @@
8
"SqlServer": {
9
// Set compatibility level to 120 (SQL Server 2014) to prevent the use of OPENJSON, which has poor performance.
10
// https://github.com/dotnet/efcore/issues/32394
11
- // "CompatibilityLevel": 120
+ "CompatibilityLevel": 120
12
},
13
"Serilog": {
14
"Using": [
0 commit comments