dont create dabase on install

This commit is contained in:
Philip Häusler 2014-12-07 20:46:35 +01:00
parent 7e650920d3
commit 55dc676b77
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`;
-- --------------------------------------------------------
--