aboutsummaryrefslogtreecommitdiff
path: root/db.js
diff options
context:
space:
mode:
Diffstat (limited to 'db.js')
-rw-r--r--db.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/db.js b/db.js
index c8b83e8..0d24dc6 100644
--- a/db.js
+++ b/db.js
@@ -28,7 +28,7 @@ class DB {
async initValues() {
await this.query("INSERT INTO types (name) VALUES ('pupil'), ('teacher')");
await this.query(
- "INSERT INTO class (name) VALUES ('TGM13.1'), ('TGM13.2'), ('TGTM13.1'), ('TGI13.1'), ('TGI13.2'), ('teacher')",
+ "INSERT INTO class (name) VALUES ('TGM13.1'), ('TGM13.2'), ('TGTM13'), ('TGI13.1'), ('TGI13.2'), ('teacher')",
);
await this.initPolls();