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 c0ced47 commit 7c5861fCopy full SHA for 7c5861f
src/FluentMigrator.Runner.MySql/Processors/MySql/MySqlDbFactory.cs
@@ -23,7 +23,7 @@ public class MySqlDbFactory : ReflectionBasedDbFactory
23
private static readonly TestEntry[] _entries =
24
{
25
new TestEntry("MySql.Data", "MySql.Data.MySqlClient.MySqlClientFactory"),
26
- new TestEntry("MySqlConnector", "MySql.Data.MySqlClient.MySqlClientFactory")
+ new TestEntry("MySqlConnector", "MySql.Data.MySqlClient.MySqlClientFactory"),
27
};
28
29
[Obsolete]
0 commit comments