diff options
author | Marvin Borner | 2020-10-10 12:59:45 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 12:59:45 +0200 |
commit | 0e57580efcce8e8f11d5e9643700e706a193f920 (patch) | |
tree | 6e515d5c3c8db3d2edaf183d8d35a1c59dbc7493 | |
parent | f56c3cad0cf123dafa3cb6978f4e5ca3c2c623e6 (diff) |
Removed useless stuffings
-rw-r--r-- | poll.txt | 2 | ||||
-rw-r--r-- | tables.sql | 10 |
2 files changed, 0 insertions, 12 deletions
@@ -46,5 +46,3 @@ ...hat die längste Korrekturzeit? ...hat die kürzeste Korrekturzeit? ...ist am gefürchtesten? -...bestes Lehrerpaar? - @@ -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; |