Merge pull request #44 from Marwolf/master

Ghost database drop was a bad idea
This commit is contained in:
Marwolf
2018-08-24 22:40:56 -04:00
committed by GitHub

View File

@@ -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`;