Skip to content

Commit dfbc3d9

Browse files
authored
Merge branch 'master' into dependabot/go_modules/go_modules-04410ef4b4
2 parents 827899c + 9059f30 commit dfbc3d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go/logic/migrator.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@ func (this *Migrator) Migrate() (err error) {
369369
} else {
370370
this.migrationContext.Log.Infof("Attempting to execute alter with ALGORITHM=INSTANT")
371371
if err := this.applier.AttemptInstantDDL(); err == nil {
372+
if err := this.finalCleanup(); err != nil {
373+
return nil
374+
}
372375
if err := this.hooksExecutor.onSuccess(); err != nil {
373376
return err
374377
}

0 commit comments

Comments
 (0)