From 00a6e807f02be186fca6d2fb87c4c18ac821cfa1 Mon Sep 17 00:00:00 2001 From: Carson Full Date: Tue, 12 Nov 2024 09:20:00 -0600 Subject: [PATCH] Bump migration to re-run re-extraction --- .../migrations/reextract-all-progress-reports.migration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/progress-report/migrations/reextract-all-progress-reports.migration.ts b/src/components/progress-report/migrations/reextract-all-progress-reports.migration.ts index 5dcd3c67ae..c7fbd9305e 100644 --- a/src/components/progress-report/migrations/reextract-all-progress-reports.migration.ts +++ b/src/components/progress-report/migrations/reextract-all-progress-reports.migration.ts @@ -8,7 +8,7 @@ import { FileVersion } from '../../file/dto'; import { PeriodicReportUploadedEvent } from '../../periodic-report/events'; import { ProgressReport } from '../dto'; -@Migration('2024-11-11T16:00:04') +@Migration('2024-11-11T16:00:05') export class ReextractPnpProgressReportsMigration extends BaseMigration { constructor( private readonly eventBus: IEventBus,