Skip to content

Commit ce7dfb3

Browse files
author
Till Brehm
committed
Fixed issue in sql dump.
1 parent 634d3a7 commit ce7dfb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

install/sql/ispconfig3.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,8 +1979,6 @@ CREATE TABLE `web_domain` (
19791979
`http_port` int(11) unsigned NOT NULL DEFAULT '80',
19801980
`https_port` int(11) unsigned NOT NULL DEFAULT '443',
19811981
`folder_directive_snippets` text NOT NULL,
1982-
`http_port` INT NOT NULL DEFAULT '80',
1983-
`https_port` INT NOT NULL DEFAULT '443',
19841982
PRIMARY KEY (`domain_id`),
19851983
UNIQUE KEY `serverdomain` ( `server_id` , `ip_address`, `domain` )
19861984
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

0 commit comments

Comments
 (0)