From d433c2096575e2caa4d0ebd443fbe6bf4bafa0b0 Mon Sep 17 00:00:00 2001 From: sunhao Date: Thu, 13 Feb 2025 14:35:14 +0800 Subject: [PATCH] * [misc] support for upgrading deleted docs. --- module/upgrade/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/upgrade/model.php b/module/upgrade/model.php index 6d0c77ec3d..c4ceb95ad8 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -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();