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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user