@@ -1166,6 +1166,9 @@ SQL;
END IF;
END
";
+ $sqlList['RemoveConfigLocks'] = "
+DELETE FROM `CRM_CONFIG` where `CONF_KEY`='tbl_indexer_CRM_PROCES_last_exec_lock_date';
+ ";
$db = DB::getDB();
if ($db->has_errors()) {
throw new Exception("DB Errors: " . implode("\n<br>", $db->get_errors()));