From 10d8acd424e473f490cbf21af99713aee620c53b Mon Sep 17 00:00:00 2001 From: Nate Elliott Date: Mon, 16 Dec 2024 12:52:58 -0600 Subject: [PATCH] 10419: target all messages, not just those not replied to --- scripts/run-once-scripts/cleanup-corrupt-messages.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/run-once-scripts/cleanup-corrupt-messages.ts b/scripts/run-once-scripts/cleanup-corrupt-messages.ts index 3fd03cebe4f..fbaf9e9666a 100755 --- a/scripts/run-once-scripts/cleanup-corrupt-messages.ts +++ b/scripts/run-once-scripts/cleanup-corrupt-messages.ts @@ -198,7 +198,6 @@ const udpateMessagesInDb = async ( const messageFragments = await db .selectFrom('dwMessage') .select(['attachments', 'messageId', 'docketNumber']) - .where('isRepliedTo', '=', false) .execute(); // collect all unique docket numbers from messages