* [misc] support for upgrading deleted docs.

This commit is contained in:
sunhao
2025-02-13 14:47:11 +08:00
parent b5be497a11
commit d433c20965
-1
View File
@@ -10661,7 +10661,6 @@ class upgradeModel extends model
->where('t2.type')->in(array('doc', 'html'))
->andWhere('t1.status')->ne('draft')
->andWhere('t2.rawContent')->in(null)
->andWhere('t1.deleted')->eq('0')
->fetchAll('id', false);
$newDocs = array();