From 85d98f07c3fdcc56764dc7ae86ad1d5996d66af8 Mon Sep 17 00:00:00 2001 From: frju365 Date: Fri, 4 Jan 2019 21:11:28 +0100 Subject: [PATCH] Update install.sql --- conf/install.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/install.sql b/conf/install.sql index 6b0e039..2bc3eb0 100644 --- a/conf/install.sql +++ b/conf/install.sql @@ -1,5 +1,3 @@ -USE `pufferpanel`; - -- Disable Foreign keys to avoid errors in dropping SET FOREIGN_KEY_CHECKS = 0;