diff --git a/ghost.sql b/ghost.sql index 3445e04..62a4184 100755 --- a/ghost.sql +++ b/ghost.sql @@ -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`;