From 3ffa108bebadd448ba09a8931addba69fddfc72c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 2 Oct 2020 14:12:38 +0200 Subject: merge --- tables.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tables.sql b/tables.sql index d9b9694..8948860 100644 --- a/tables.sql +++ b/tables.sql @@ -9,10 +9,10 @@ CREATE TABLE IF NOT EXISTS theme( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- TODO: Remove dropping -DROP TABLE IF EXISTS quotes; -DROP TABLE IF EXISTS users; -DROP TABLE IF EXISTS types; -DROP TABLE IF EXISTS class; +-- DROP TABLE IF EXISTS quotes; +-- DROP TABLE IF EXISTS users; +-- DROP TABLE IF EXISTS types; +-- DROP TABLE IF EXISTS class; CREATE TABLE IF NOT EXISTS types( id INTEGER PRIMARY KEY AUTO_INCREMENT, -- cgit v1.2.3