|
|
|
|
@ -43,13 +43,13 @@ $cli->addCommands(array( |
|
|
|
|
new \Doctrine\DBAL\Migrations\Tools\Console\Command\VersionCommand(), |
|
|
|
|
|
|
|
|
|
// Chamilo commands |
|
|
|
|
new ChamiloLMS\Command\Database\UpgradeCommand(), |
|
|
|
|
/*new ChamiloLMS\Command\Database\UpgradeCommand(), |
|
|
|
|
new ChamiloLMS\Command\Database\InstallCommand(), |
|
|
|
|
new ChamiloLMS\Command\Database\StatusCommand(), |
|
|
|
|
new ChamiloLMS\Command\Database\SetupCommand(), |
|
|
|
|
new ChamiloLMS\Command\Database\SetupCommand(),*/ |
|
|
|
|
|
|
|
|
|
// Chash commands |
|
|
|
|
new Chash\Command\Database\RunSQLCommand(), |
|
|
|
|
/*new Chash\Command\Database\RunSQLCommand(), |
|
|
|
|
new Chash\Command\Database\DumpCommand(), |
|
|
|
|
new Chash\Command\Database\RestoreCommand(), |
|
|
|
|
new Chash\Command\Database\SQLCountCommand(), |
|
|
|
|
@ -58,7 +58,7 @@ $cli->addCommands(array( |
|
|
|
|
new Chash\Command\Files\CleanTempFolderCommand(), |
|
|
|
|
new Chash\Command\Files\CleanConfigFiles(), |
|
|
|
|
new Chash\Command\Translation\ExportLanguageCommand(), |
|
|
|
|
new Chash\Command\Translation\ImportLanguageCommand() |
|
|
|
|
new Chash\Command\Translation\ImportLanguageCommand()*/ |
|
|
|
|
|
|
|
|
|
)); |
|
|
|
|
$cli->run(); |
|
|
|
|
|