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;