Added new lines

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Esteban Solano Granados 2022-03-21 16:49:05 +00:00 committed by GitHub
parent 53bf507be6
commit 8d6d4a9eff
3 changed files with 3 additions and 3 deletions

View File

@ -347,4 +347,4 @@ healthchecksdb
MigrationBackup/ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder # Ionide (cross platform F# VS Code tools) working folder
.ionide/ .ionide/

View File

@ -59,4 +59,4 @@ void Prepare(string connectionString)
} }
transation.Commit(); transation.Commit();
connection.Close(); connection.Close();
} }

View File

@ -7,4 +7,4 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="MySqlConnector" Version="2.1.2" /> <PackageReference Include="MySqlConnector" Version="2.1.2" />
</ItemGroup> </ItemGroup>
</Project> </Project>