summaryrefslogtreecommitdiff
path: root/sql/tcourse.sql
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sql/tcourse.sql10
1 files changed, 5 insertions, 5 deletions
diff --git a/sql/tcourse.sql b/sql/tcourse.sql
index afe2aab..bc7b2e7 100644
--- a/sql/tcourse.sql
+++ b/sql/tcourse.sql
@@ -1,5 +1,5 @@
-INSERT INTO courses (id, title, ctype, teacher, location, nmax) VALUES(1, 'Floorball', 'Sport', 'Chen Xiaojia', 'Gym', 20);
-INSERT INTO courses (id, title, ctype, teacher, location, nmax) VALUES(2, 'Flag Football', 'Sport', 'Ding Zhaoyuan', 'Pitch', 30);
-INSERT INTO courses (id, title, ctype, teacher, location, nmax) VALUES(3, 'Chamber Music', 'Enrichment', '(?)', 'Music Rooms', 10);
-INSERT INTO courses (id, title, ctype, teacher, location, nmax) VALUES(4, 'Math and Computer Science', 'Enrichment', 'Jeff Zhang', '2307', 10);
-INSERT INTO courses (id, title, ctype, teacher, location, nmax) VALUES(5, 'Chinese Drama', 'Culture', 'Monica Chen (?)', 'Black Box (?)', 6);
+INSERT INTO courses (title, ctype, teacher, location, nmax) VALUES('Floorball', 'Sport', 'Chen Xiaojia', 'Gym', 20);
+INSERT INTO courses (title, ctype, teacher, location, nmax) VALUES('Flag Football', 'Sport', 'Ding Zhaoyuan', 'Pitch', 30);
+INSERT INTO courses (title, ctype, teacher, location, nmax) VALUES('Chamber Music', 'Enrichment', '(?)', 'Music Rooms', 10);
+INSERT INTO courses (title, ctype, teacher, location, nmax) VALUES('Math and Computer Science', 'Enrichment', 'Jeff Zhang', '2307', 10);
+INSERT INTO courses (title, ctype, teacher, location, nmax) VALUES('Chinese Drama', 'Culture', 'Monica Chen (?)', 'Black Box (?)', 6);