Fix conflicts after merge with develop, more conflictst

This commit is contained in:
Julio Cesar Laura Avendaño
2019-07-04 14:56:52 -04:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1379,4 +1379,4 @@ function check_queries_incompatibilities($wsName)
} else {
echo ">> No MySQL 5.7 incompatibilities in variables found for this workspace." . PHP_EOL;
}
}
}

View File

@@ -264,7 +264,7 @@ class WorkspaceTools
$start = microtime(true);
$this->checkMafeRequirements($workspace, $lang);
CLI::logging("* End checking MAFE requirements...(Completed on " . (microtime(true) - $start) . " seconds)\n");
CLI::logging("* Start deleting MySQL triggers: " . implode(', ', self::$triggers) . "...\n");
$start = microtime(true);
$this->deleteTriggersMySQL(self::$triggers);
@@ -2149,7 +2149,6 @@ class WorkspaceTools
$workspace->upgradeSchema($systemSchema);
CLI::logging("* End adding/replenishing all indexes...(Completed on " . (microtime(true) - $start) . " seconds)\n");
/*----------------------------------********---------------------------------*/
CLI::logging("* Start migrating to new list tables...\n");
$start = microtime(true);
$workspace->migrateList(true, $lang);