Modules On Push

This commit is contained in:
brausjonas
2023-05-24 17:30:16 +02:00
parent f42f2df078
commit 7703b0676d
5 changed files with 3324 additions and 51 deletions
Binary file not shown.
File diff suppressed because it is too large Load Diff
@@ -312,7 +312,7 @@ public class DataBaseHandler
{
try
{
st.executeUpdate("DELETE FROM modules WHERE semesterId = " + id);
st.executeUpdate("DELETE FROM modules WHERE semesterid=" + id);
st.executeUpdate("delete from semester where id=" + id);
}