Till Brehm
2016-04-19 ce7dfb39efe3bd7332ada50f8f31955fd3dbdac7
Fixed issue in sql dump.
1 files modified
2 ■■■■■ changed files
install/sql/ispconfig3.sql 2 ●●●●● patch | view | raw | blame | history
install/sql/ispconfig3.sql
@@ -1979,8 +1979,6 @@
  `http_port` int(11) unsigned NOT NULL DEFAULT '80',
  `https_port` int(11) unsigned NOT NULL DEFAULT '443',
  `folder_directive_snippets` text NOT NULL,
  `http_port` INT NOT NULL DEFAULT '80',
  `https_port` INT NOT NULL DEFAULT '443',
  PRIMARY KEY  (`domain_id`),
  UNIQUE KEY `serverdomain` (  `server_id` , `ip_address`,  `domain` )
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;