From a4d40345d0d1a4e559ac9b1c2cf236fcf126442d Mon Sep 17 00:00:00 2001 From: Marwolf Date: Fri, 24 Aug 2018 09:09:06 -0400 Subject: [PATCH] Force database drop prior --- ghost.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost.sql b/ghost.sql index 62a4184..3445e04 100644 --- a/ghost.sql +++ b/ghost.sql @@ -21,6 +21,7 @@ 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`;