From 170d4bcb785497a7fc64b78b70921f1421a9b16c Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 30 Dec 2025 14:53:22 +0100 Subject: [PATCH] lint database migration --- .../migrations/0097-fix_production_data_for_blockchain2.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/migration/migrations/0097-fix_production_data_for_blockchain2.ts b/database/migration/migrations/0097-fix_production_data_for_blockchain2.ts index 14ed3f826..f8f2fdd57 100644 --- a/database/migration/migrations/0097-fix_production_data_for_blockchain2.ts +++ b/database/migration/migrations/0097-fix_production_data_for_blockchain2.ts @@ -231,9 +231,9 @@ export async function upgrade(queryFn: (query: string, values?: any[]) => Promis * In the current DB version, there is no information about who confirmed contributions based on contribution_links. * Recently, functionality was added to create an 'ADMIN_CONTRIBUTION_LINK_CREATE' event * for newly created contribution_links, but existing contribution_links were not updated. - * + * * This query inserts an 'ADMIN_CONTRIBUTION_LINK_CREATE' event for every contribution_link - * that does not already have such an event. + * that does not already have such an event. * The acting_user_id is set to the first Admin, and affected_user_id is set to 0. */ await queryFn(`