fix: increment progress on upgrade script

This commit is contained in:
Julian Lam
2025-12-11 11:09:13 -05:00
committed by Barış Soner Uşaklı
parent 9f72996416
commit 9f94a72117

View File

@@ -15,6 +15,7 @@ module.exports = {
const combined = readKeys.concat(voteKeys);
await db.deleteAll(combined);
progress.incr(combined.length);
}, {
batch: 500,
progress,