mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
fix
This commit is contained in:
@@ -13,7 +13,7 @@ export class FixOrphanedRouteMilestones1718549400000 implements MigrationInterfa
|
||||
console.log('✅ Cleaned up orphaned route_milestones records');
|
||||
}
|
||||
|
||||
public async down(queryRunner: QueryRunner): Promise<void> {
|
||||
public async down(_queryRunner: QueryRunner): Promise<void> {
|
||||
// No rollback needed for data cleanup
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user