Skip to content

Commit 38dbe8c

Browse files
authored
Merge branch 'master' into conflict_resolve
2 parents 1e28324 + 87a1de4 commit 38dbe8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/Migrations/20241108094512_simplecontent-20241108.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Microsoft.EntityFrameworkCore.Migrations;
1+
using Microsoft.EntityFrameworkCore.Migrations;
22

33
#nullable disable
44

src/sourceDev.WebApp/Config/CloudscribeFeatures.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ IWebHostEnvironment env
2525
switch (storage)
2626
{
2727
case "efcore":
28-
switch (efProvider)
28+
switch (efProvider.ToLower())
2929
{
3030
case "mysql":
3131
connectionString = config.GetConnectionString("MySqlEntityFrameworkConnection");

0 commit comments

Comments
 (0)