diff --git a/workflow/engine/bin/tasks/cliWorkspaces.php b/workflow/engine/bin/tasks/cliWorkspaces.php index 77bc71c49..81958296f 100755 --- a/workflow/engine/bin/tasks/cliWorkspaces.php +++ b/workflow/engine/bin/tasks/cliWorkspaces.php @@ -684,7 +684,7 @@ function migrate_new_cases_lists($command, $args) { } if ($changes) { if ($checkOnly) { - echo "-> Schema fixed\n"; + echo "-> List tables are done\n"; } } else { echo "> List tables are done\n";