dont create db with install

This commit is contained in:
Philip Häusler 2015-07-12 14:59:03 +02:00
parent 8c518d4c34
commit d49404c35d
1 changed files with 0 additions and 6 deletions

View File

@ -11,12 +11,6 @@ SET FOREIGN_KEY_CHECKS=0;
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
--
-- Datenbank: `engelsystem`
--
CREATE DATABASE IF NOT EXISTS `engelsystem` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `engelsystem`;
-- --------------------------------------------------------
--