Hotfix to address the IOException in the SimpleDatabaseManager class, modified modifier and deleted useless test.

This commit is contained in:
Riley Schneider
2026-01-06 23:36:29 +01:00
parent e667389694
commit 3050405792
8 changed files with 15 additions and 26 deletions

View File

@@ -0,0 +1 @@
INSERT INTO Task (taskid, name, description, workerid, taskstate) VALUES (?, ?, ?, ?, ?)