chore: Add a builder script

This commit is contained in:
Carlos Solís 2025-02-06 15:00:17 +00:00
parent a4a4194f41
commit f3ee8fabc6
3 changed files with 22 additions and 7 deletions

View file

@ -282,7 +282,6 @@ until [[ "${tmp_item_uri_not_valid_q}" -lt "${limit}" ]]; do
AND NOT EXISTS ( SELECT \`thr-parent-id\` FROM \`mail\` WHERE \`thr-parent-id\` = \`item-uri\`.\`id\` ) \
ORDER BY \`id\` LIMIT ${limit}")
final_i=$(($(date +%s) - initial_i))
echo "${tmp_item_uri_not_valid_q} item(s) deleted until ${tmp_item_uri_not_valid_current_id} in ${final_i}s"
done