Sfoglia il codice sorgente

remove drop table msgs in Msgs reinstall

Piotr Labudda 10 anni fa
parent
commit
a30d85c41f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      SE/se-lib/Route/Msgs.php

+ 1 - 1
SE/se-lib/Route/Msgs.php

@@ -240,7 +240,7 @@ SQL_QUERY;
 
 	public function reinstall() {
 		$sqlList = array();
-		$sqlList['RemoveTable'] = "DROP TABLE IF EXISTS `CRM_UI_MSGS`";
+		//$sqlList['RemoveTable'] = "DROP TABLE IF EXISTS `CRM_UI_MSGS`";// TODO: update struct (add cells, rm old keys) - not drop/create
 		$sqlList['InstallTable'] = "
 			CREATE TABLE IF NOT EXISTS `CRM_UI_MSGS` (
 				`ID` int(11) NOT NULL AUTO_INCREMENT