From 74c493f39cd770e61334518bfcaedaeae91ad581 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Sat, 13 Sep 2014 09:32:19 +0200 Subject: [PATCH] remove unnecessary fields that have been removed in updater a long time ago Signed-off-by: Michael Kaufmann (d00p) --- install/froxlor.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index 1c060388..3a43913b 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -217,7 +217,6 @@ CREATE TABLE `panel_domains` ( `customerid` int(11) unsigned NOT NULL default '0', `aliasdomain` int(11) unsigned NULL, `documentroot` varchar(255) NOT NULL default '', - `ipandport` int(11) unsigned NOT NULL default '1', `isbinddomain` tinyint(1) NOT NULL default '0', `isemaildomain` tinyint(1) NOT NULL default '0', `email_only` tinyint(1) NOT NULL default '0', @@ -234,9 +233,7 @@ CREATE TABLE `panel_domains` ( `openbasedir` tinyint(1) NOT NULL default '0', `openbasedir_path` tinyint(1) NOT NULL default '0', `speciallogfile` tinyint(1) NOT NULL default '0', - `ssl` tinyint(4) NOT NULL default '0', `ssl_redirect` tinyint(4) NOT NULL default '0', - `ssl_ipandport` tinyint(4) NOT NULL default '0', `specialsettings` text NOT NULL, `deactivated` tinyint(1) NOT NULL default '0', `bindserial` varchar(10) NOT NULL default '2000010100',