* Remove the unsed code.
This commit is contained in:
@@ -7381,8 +7381,6 @@ class upgradeModel extends model
|
||||
->where('createdDate')->eq('0000-00-00 00:00:00')
|
||||
->fetchPairs('gid');
|
||||
|
||||
if(empty($chats)) return true;
|
||||
|
||||
$createdDateData = array();
|
||||
|
||||
/* Try query earliest message date indexed. */
|
||||
@@ -7455,8 +7453,6 @@ class upgradeModel extends model
|
||||
->orderBy('id_asc')
|
||||
->fetchAll();
|
||||
|
||||
if(empty($chatTableData)) return true;
|
||||
|
||||
/* Sort ranges by table. */
|
||||
$tableRanges = array();
|
||||
foreach($chatTableData as $chatTable)
|
||||
|
||||
Reference in New Issue
Block a user