add "abteilung" table to database dump

This commit is contained in:
2022-05-16 17:50:32 +02:00
parent 84ce1818a4
commit 1a9e339119
3 changed files with 56 additions and 30 deletions

View File

@@ -14,7 +14,6 @@ namespace it_projekt
MySqlConnection connection = new MySqlConnection(connectionString);
try
{
Console.WriteLine("Connecting to MySQL...");
connection.Open();
string sql = "SELECT * FROM stammdaten";