diff --git a/.drone.yml b/.drone.yml index 524f40b3..d3da8cc6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: trigger: branch: - - 2.1.x + - upgrade-2 event: include: - push diff --git a/install/updates/froxlor/update_2.1.inc.php b/install/updates/froxlor/update_2.1.inc.php index 53432dd9..322156c0 100644 --- a/install/updates/froxlor/update_2.1.inc.php +++ b/install/updates/froxlor/update_2.1.inc.php @@ -37,8 +37,8 @@ if (!defined('_CRON_UPDATE')) { } if (Froxlor::isDatabaseVersion('202304260')) { - Update::showUpdateStep("Cleaning domains table"); - Database::query("ALTER TABLE `" . TABLE_PANEL_DOMAINS . "` DROP COLUMN `ismainbutsubto`;"); + //Update::showUpdateStep("Cleaning domains table"); + //Database::query("ALTER TABLE `" . TABLE_PANEL_DOMAINS . "` DROP COLUMN `ismainbutsubto`;"); Update::lastStepStatus(0); Update::showUpdateStep("Creating new tables and fields"); diff --git a/scripts/froxlor_master_cronjob.php b/scripts/froxlor_master_cronjob.php new file mode 100644 index 00000000..228b61df --- /dev/null +++ b/scripts/froxlor_master_cronjob.php @@ -0,0 +1,5 @@ +