* Remove the unsed code.

This commit is contained in:
hufangzhou
2022-09-08 16:12:27 +08:00
parent e828862deb
commit 8fef2d9166
-4
View File
@@ -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)