This commit is contained in:
Roly Rudy Gutierrez Pinto
2016-12-21 17:06:01 -04:00
parent 7bb60d4b42
commit caf7f3f5bb

View File

@@ -151,6 +151,12 @@ class workspaceTools
$this->cleanTokens($workSpace);
$stop = microtime(true);
CLI::logging("<*> Clean access and refresh tokens took " . ($stop - $start) . " seconds.\n");
$start = microtime(true);
CLI::logging("> Optimizing Self-Service data...\n");
$this->migrateSelfServiceRecordsRun($workSpace);
$stop = microtime(true);
CLI::logging("<*> Migrating Self-Service records Process took " . ($stop - $start) . " seconds.\n");
}
/**