committed by
GitHub
parent
53bf507be6
commit
8d6d4a9eff
2
nginx-aspnet-mysql/backend/.gitignore
vendored
2
nginx-aspnet-mysql/backend/.gitignore
vendored
@@ -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/
|
||||||
|
|||||||
@@ -59,4 +59,4 @@ void Prepare(string connectionString)
|
|||||||
}
|
}
|
||||||
transation.Commit();
|
transation.Commit();
|
||||||
connection.Close();
|
connection.Close();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,4 +7,4 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="MySqlConnector" Version="2.1.2" />
|
<PackageReference Include="MySqlConnector" Version="2.1.2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user