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,