Commit 30a08d8
authored
Remove MySQL support from FluentCMS (#2315)
Removed the project reference to `FluentCMS.Repositories.EFCore.MySql` from the `FluentCMS.csproj` file. Commented out the MySQL repository service registration in `RepositoryServiceExtensions.cs`. These changes indicate that MySQL support is being removed or temporarily disabled.1 parent f08bc2f commit 30a08d8
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments