Sfoglia il codice sorgente

Acl remove config lock at reinstall

Piotr Labudda 10 anni fa
parent
commit
a9b8458e42
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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()));