From a6ee76976c5ef0647a6d8b2303cd33f596af882e Mon Sep 17 00:00:00 2001 From: Marwolf Date: Fri, 24 Aug 2018 22:40:13 -0400 Subject: [PATCH] Ghost database drop was a bad idea --- ghost.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost.sql b/ghost.sql index 3445e04..62a4184 100755 --- a/ghost.sql +++ b/ghost.sql @@ -21,7 +21,6 @@ SET time_zone = "+00:00"; -- -- Database: `ghost` -- -DROP DATABASE `ghost`; CREATE DATABASE IF NOT EXISTS `ghost` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; USE `ghost`;