From 53abdfe7109abfbc09b3a4bd4c5c3076387d1ef4 Mon Sep 17 00:00:00 2001 From: "Paula V. Quispe" Date: Fri, 6 Mar 2015 09:59:42 -0400 Subject: [PATCH] I changed the message --- workflow/engine/bin/tasks/cliWorkspaces.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";