Force database drop prior

This commit is contained in:
Marwolf
2018-08-24 09:09:06 -04:00
parent 3696cb4eaf
commit a4d40345d0

View File

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