Skip to content

Commit

Permalink
Bump migration to re-run re-extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Nov 12, 2024
1 parent 918dc9f commit 00a6e80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 00a6e80

Please sign in to comment.