diff --git a/redirect/routes.php b/redirect/routes.php index cf0f921..85f7982 100644 --- a/redirect/routes.php +++ b/redirect/routes.php @@ -194,6 +194,7 @@ class Route { 'db' => [ 'description' => 'Grundlagen: Datenbanken', 'target' => 'https://db.in.tum.de/teaching/ws2425/grundlagen', + 'moodle_id' => '100522', ], 'dea' => [ 'description' => 'Studienplan von Data Engineering & Analytics', @@ -762,6 +763,10 @@ class Route { 'description' => 'Status of the Validation Stations', 'target' => 'https://campus.tum.de/valistatus/en/', ], + 'umbra' => [ + 'description' => 'Umbra DB Webschnittstelle', + 'target' => 'https://umbra.db.in.tum.de/interface/', + ], 'unidb' => [ 'description' => 'Unischema von Prof. Kemper', 'target' => 'https://db.in.tum.de/teaching/ws2021/grundlagen/uni.png',