Split courses by semester

This commit is contained in:
Gonne 2024-05-12 18:38:14 +02:00
parent 4bffdb53e9
commit 46dfa2a152
5 changed files with 87 additions and 94 deletions

7
dummydata/rooms.sql Normal file
View file

@ -0,0 +1,7 @@
INSERT INTO `room` (name, max_occupy) VALUES
('S2|15-333', 1),
('S2|15-336', 2),
('S2|15-345', 2),
('S2|15-415', 1),
('S2|15-444', 1),
('Sonstige', 1024);