Ghost database drop was a bad idea

This commit is contained in:
Marwolf
2018-08-24 22:40:13 -04:00
parent 19d7fc56a1
commit a6ee76976c

View File

@@ -21,7 +21,6 @@ SET time_zone = "+00:00";
-- --
-- Database: `ghost` -- Database: `ghost`
-- --
DROP DATABASE `ghost`;
CREATE DATABASE IF NOT EXISTS `ghost` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; CREATE DATABASE IF NOT EXISTS `ghost` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `ghost`; USE `ghost`;