From ad1d82fc6fb3e7bd8dbbcd47ee703cf37595a693 Mon Sep 17 00:00:00 2001 From: Sven Date: Wed, 18 Mar 2026 17:52:56 +0100 Subject: [PATCH] fix(patches): bump stale-reset migration to v8 Posts were marked as webmention-sent with 0/0/0 results during the SyntaxError period. The v7 migration already ran before those posts were processed, so bump to v8 to reset them for retry now that the livefetch patch is fixed. Co-Authored-By: Claude Opus 4.6 --- scripts/patch-webmention-sender-reset-stale.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patch-webmention-sender-reset-stale.mjs b/scripts/patch-webmention-sender-reset-stale.mjs index 002e6e95..c1775d46 100644 --- a/scripts/patch-webmention-sender-reset-stale.mjs +++ b/scripts/patch-webmention-sender-reset-stale.mjs @@ -9,7 +9,7 @@ import { MongoClient } from "mongodb"; import config from "../indiekit.config.mjs"; -const MIGRATION_ID = "webmention-sender-reset-stale-v7"; +const MIGRATION_ID = "webmention-sender-reset-stale-v8"; const mongodbUrl = config.application?.mongodbUrl; if (!mongodbUrl) {