Split courses by semester
This commit is contained in:
parent
4bffdb53e9
commit
46dfa2a152
5 changed files with 87 additions and 94 deletions
7
dummydata/rooms.sql
Normal file
7
dummydata/rooms.sql
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue