we don't have that column
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -8,7 +8,7 @@ platform:
|
|||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- 2.1.x
|
- upgrade-2
|
||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
- push
|
- push
|
||||||
|
|||||||
@@ -37,8 +37,8 @@ if (!defined('_CRON_UPDATE')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (Froxlor::isDatabaseVersion('202304260')) {
|
if (Froxlor::isDatabaseVersion('202304260')) {
|
||||||
Update::showUpdateStep("Cleaning domains table");
|
//Update::showUpdateStep("Cleaning domains table");
|
||||||
Database::query("ALTER TABLE `" . TABLE_PANEL_DOMAINS . "` DROP COLUMN `ismainbutsubto`;");
|
//Database::query("ALTER TABLE `" . TABLE_PANEL_DOMAINS . "` DROP COLUMN `ismainbutsubto`;");
|
||||||
Update::lastStepStatus(0);
|
Update::lastStepStatus(0);
|
||||||
|
|
||||||
Update::showUpdateStep("Creating new tables and fields");
|
Update::showUpdateStep("Creating new tables and fields");
|
||||||
|
|||||||
5
scripts/froxlor_master_cronjob.php
Normal file
5
scripts/froxlor_master_cronjob.php
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
chmod('/app//bin/froxlor-cli', 0755);
|
||||||
|
// re-create cron.d configuration file
|
||||||
|
exec('/app//bin/froxlor-cli froxlor:cron -r 99');
|
||||||
|
exit;
|
||||||
Reference in New Issue
Block a user