Algebraische Geometrie hinzugefügt und Raumnummern angepasst

This commit is contained in:
Gonne 2023-06-04 21:32:56 +02:00
parent 81ddf17cd1
commit 75f15581ab

View file

@ -1,12 +1,13 @@
INSERT INTO `room` (name, max_occupy) VALUES INSERT INTO `room` (name, max_occupy) VALUES
('S2 15 333', 1), ('S2|15-333', 1),
('S2 15 336', 2), ('S2|15-336', 2),
('S2 15 345', 2), ('S2|15-345', 2),
('S2 15 415', 1), ('S2|15-415', 1),
('S2 15 444', 1), ('S2|15-444', 1),
('Sonstige', 1024); ('Sonstige', 1024);
INSERT INTO `course` (name) VALUES INSERT INTO `course` (name) VALUES
('Algebra'), ('Algebra'),
('Algebraische Geometrie'),
('Algebraische Kurven'), ('Algebraische Kurven'),
('Algebraische Topologie'), ('Algebraische Topologie'),
('Algorithmic Discrete Mathematics'), ('Algorithmic Discrete Mathematics'),