Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <yujuncen@pingcap.com>
  • Loading branch information
YuJuncen committed Oct 31, 2024
1 parent d9b0d2a commit 8188883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions br/pkg/task/operator/migrate_to.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ func RunMigrateTo(ctx context.Context, cfg MigrateToConfig) error {
targetVersion, ok := cfg.getTargetVersion(migs)
if !ok {
console.Printf("No recent migration found. Skipping.")
return nil
}

run := func(f func(stream.MigrationExt) stream.MergeAndMigratedTo) error {
Expand Down

0 comments on commit 8188883

Please sign in to comment.