Skip to content

Commit d4820db

Browse files
VCST-3370: Set SqlServer.CompatibilityLevel=120 by default (#2918)
1 parent 4f5194b commit d4820db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VirtoCommerce.Platform.Web/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"SqlServer": {
99
// Set compatibility level to 120 (SQL Server 2014) to prevent the use of OPENJSON, which has poor performance.
1010
// https://github.com/dotnet/efcore/issues/32394
11-
// "CompatibilityLevel": 120
11+
"CompatibilityLevel": 120
1212
},
1313
"Serilog": {
1414
"Using": [

0 commit comments

Comments
 (0)