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