File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1515using System . Collections . Generic ;
1616using System . Data ;
1717using System . Reflection ;
18+ using DotNetProjects . Migrator . Providers . Impl . Mysql ;
1819using Migrator . Framework ;
1920using Migrator . Providers ;
2021using Migrator . Providers . Impl . DB2 ;
Original file line number Diff line number Diff line change 11using System . Data ;
2+ using DotNetProjects . Migrator . Providers . Impl . Mysql ;
23using Migrator . Framework ;
34
45namespace Migrator . Providers . Mysql ;
Original file line number Diff line number Diff line change 11using System ;
22using System . Data ;
33using Migrator . Framework ;
4+ using Migrator . Providers ;
45
5- namespace Migrator . Providers . Mysql ;
6+ namespace DotNetProjects . Migrator . Providers . Impl . Mysql ;
67
78public class MysqlDialect : Dialect
89{
You can’t perform that action at this time.
0 commit comments