PM-1040. Remove code from the Community version. Fix EOT space
This commit is contained in:
@@ -31,13 +31,8 @@ G::LoadSystem("dbMaintenance");
|
|||||||
G::LoadClass("cli");
|
G::LoadClass("cli");
|
||||||
|
|
||||||
CLI::taskName('upgrade');
|
CLI::taskName('upgrade');
|
||||||
CLI::taskDescription(<<<EOT
|
CLI::taskDescription("Upgrade workspaces.\n\n This command should be run after ProcessMaker files are upgraded so that all workspaces are upgraded to the current version.");
|
||||||
Upgrade workspaces.
|
|
||||||
|
|
||||||
This command should be run after ProcessMaker files are upgraded so that all
|
|
||||||
workspaces are upgraded to the current version.
|
|
||||||
EOT
|
|
||||||
);
|
|
||||||
CLI::taskOpt("buildACV", "If the option is enabled, performs the Build Cache View.", "ACV", "buildACV");
|
CLI::taskOpt("buildACV", "If the option is enabled, performs the Build Cache View.", "ACV", "buildACV");
|
||||||
CLI::taskRun("run_upgrade");
|
CLI::taskRun("run_upgrade");
|
||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user