Update mmcfe_ng_structure.sql

Removed hard-set DB name in import file.
This commit is contained in:
Sebastian Grewe 2013-06-24 16:46:23 +03:00
parent 2095b09d69
commit c915902b72

View File

@ -6,9 +6,6 @@ SET time_zone = "+00:00";
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
CREATE DATABASE IF NOT EXISTS `mmcfe_ng` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `mmcfe_ng`;
CREATE TABLE IF NOT EXISTS `accounts` (
`id` int(255) NOT NULL AUTO_INCREMENT,
`is_admin` tinyint(1) NOT NULL DEFAULT '0',