From 75f15581abb16f63e79792c5ef3cdf3884552dbe Mon Sep 17 00:00:00 2001 From: Gonne Date: Sun, 4 Jun 2023 21:32:56 +0200 Subject: [PATCH] =?UTF-8?q?Algebraische=20Geometrie=20hinzugef=C3=BCgt=20u?= =?UTF-8?q?nd=20Raumnummern=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dummydatasqlite.sql | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dummydatasqlite.sql b/dummydatasqlite.sql index e911892..f093505 100644 --- a/dummydatasqlite.sql +++ b/dummydatasqlite.sql @@ -1,12 +1,13 @@ 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), +('S2|15-333', 1), +('S2|15-336', 2), +('S2|15-345', 2), +('S2|15-415', 1), +('S2|15-444', 1), ('Sonstige', 1024); INSERT INTO `course` (name) VALUES ('Algebra'), +('Algebraische Geometrie'), ('Algebraische Kurven'), ('Algebraische Topologie'), ('Algorithmic Discrete Mathematics'),