From 12564f540021ef1f9f86493759353a15a4fd0aeb Mon Sep 17 00:00:00 2001 From: Gonne Date: Sat, 20 Apr 2024 21:54:05 +0200 Subject: [PATCH] Mehr Module --- dummydatasqlite.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dummydatasqlite.sql b/dummydatasqlite.sql index b6948e5..6f20010 100644 --- a/dummydatasqlite.sql +++ b/dummydatasqlite.sql @@ -40,6 +40,7 @@ INSERT INTO `course` (name) VALUES ('Funktionalanalysis II'), ('Geometrie für Lehramt'), ('Gewöhnliche Differentialgleichungen'), +('Graph Theory'), ('Höhere Mathematik I'), ('Höhere Mathematik II'), ('Integrationstheorie'), @@ -53,6 +54,7 @@ INSERT INTO `course` (name) VALUES ('Lineare Algebra II'), ('Logics of Knowledge and Information'), ('Manifolds'), +('Model Theory'), ('Mathe für Chemiker'), ('Mathe I für Informatik'), ('Mathe I für Maschinenbau'),