Explorar el Código

Acl remove config lock at reinstall

Piotr Labudda hace 10 años
padre
commit
a9b8458e42
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      SE/se-lib/Route/FixCrmProcesInitIdx.php

+ 3 - 0
SE/se-lib/Route/FixCrmProcesInitIdx.php

@@ -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()));