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 <noreply@anthropic.com>
This commit is contained in:
Sven
2026-03-18 17:52:56 +01:00
parent 9662db1ec3
commit ad1d82fc6f

View File

@@ -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) {