aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2020-10-10 12:59:45 +0200
committerMarvin Borner2020-10-10 12:59:45 +0200
commit0e57580efcce8e8f11d5e9643700e706a193f920 (patch)
tree6e515d5c3c8db3d2edaf183d8d35a1c59dbc7493
parentf56c3cad0cf123dafa3cb6978f4e5ca3c2c623e6 (diff)
Removed useless stuffings
-rw-r--r--poll.txt2
-rw-r--r--tables.sql10
2 files changed, 0 insertions, 12 deletions
diff --git a/poll.txt b/poll.txt
index 532a248..de96b4a 100644
--- a/poll.txt
+++ b/poll.txt
@@ -46,5 +46,3 @@
...hat die längste Korrekturzeit?
...hat die kürzeste Korrekturzeit?
...ist am gefürchtesten?
-...bestes Lehrerpaar?
-
diff --git a/tables.sql b/tables.sql
index cd22626..e0bc160 100644
--- a/tables.sql
+++ b/tables.sql
@@ -1,13 +1,3 @@
-CREATE TABLE IF NOT EXISTS theme(
- id INTEGER PRIMARY KEY AUTO_INCREMENT,
- main VARCHAR(255) NOT NULL,
- description VARCHAR(255) NOT NULL,
- votes INTEGER DEFAULT FALSE,
- hidden BOOLEAN DEFAULT FALSE,
-
- UNIQUE KEY main (main, description)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
-- TODO: Remove dropping
-- DROP TABLE IF EXISTS motto_votes;
-- DROP TABLE IF EXISTS mottos;