Skip to content

Commit

Permalink
Fix rollback message has gone after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrichattila committed May 29, 2024
1 parent fdb1495 commit d4a5ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (m *migration) executeRollbackSQLFile(fileName string) error {
}
}

err = m.MigrationProvider.AddToMigrationReport(rollbackFileName, err)
_ = m.MigrationProvider.AddToMigrationReport(rollbackFileName, err)

return err
}
Expand Down

0 comments on commit d4a5ab8

Please sign in to comment.