Skip to content

Commit e05f506

Browse files
Ja bist du narrischJa bist du narrisch
authored andcommitted
Minor changes
1 parent 6c53785 commit e05f506

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Migrator.Tests/Providers/SQLiteTransformationProviderTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#endregion
1313

14+
using DotNetProjects.Migrator.Providers.Impl.SQLite;
1415
using Migrator.Framework;
1516
using Migrator.Providers.SQLite;
1617
using Migrator.Tests.Settings;

src/Migrator/Providers/Impl/SQLite/SQLiteDialect.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Data;
3+
using DotNetProjects.Migrator.Providers.Impl.SQLite;
34
using Migrator.Framework;
45

56
namespace Migrator.Providers.SQLite

0 commit comments

Comments
 (0)