From cbb9f74f137d9b969eea56f8bf7c83741d4514ea Mon Sep 17 00:00:00 2001 From: frju365 Date: Fri, 4 Jan 2019 19:42:04 +0100 Subject: [PATCH] Update install.sql --- conf/install.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/install.sql b/conf/install.sql index fd857c2..2bc3eb0 100644 --- a/conf/install.sql +++ b/conf/install.sql @@ -1,7 +1,3 @@ --- Remove existing database and create new -CREATE DATABASE IF NOT EXISTS `pufferpanel` CHARACTER SET `utf8`; -USE `pufferpanel`; - -- Disable Foreign keys to avoid errors in dropping SET FOREIGN_KEY_CHECKS = 0;