diff --git a/modules/Migration/schema/701_to_710.php b/modules/Migration/schema/701_to_710.php
index f1c1edb3cd945644f42ebb485e64ed24eb1e0a0f..033b42168a421ff1104c1f5e7c78d610ec9099be 100644
--- a/modules/Migration/schema/701_to_710.php
+++ b/modules/Migration/schema/701_to_710.php
@@ -227,7 +227,7 @@ if (defined('VTIGER_UPGRADE')) {
 	//END::Centralize user field table for easy query with context of user across module
 
 	//START::Adding new parent TOOLS in menu
-	$appsList = array('TOOLS' => array('Rss', 'Portal', 'Contacts', 'Accounts'));
+	$appsList = array('TOOLS' => array('Rss', 'Portal'));
 	foreach ($appsList as $app => $appModules) {
 		foreach ($appModules as $moduleName) {
 			$moduleModel = Vtiger_Module_Model::getInstance($moduleName);