Fix typo in mysql upgrade proc

This commit is contained in:
Denis Arh
2020-12-11 17:03:55 +01:00
parent 3306a2435d
commit c03cb375af
+1 -1
View File
@@ -73,7 +73,7 @@ func (u upgrader) Before(ctx context.Context) error {
return err
}
u.log.Debug(fmt.Sprintf("%s table Deleted", migrations))
u.log.Debug(fmt.Sprintf("%s table removed", migrations))
return nil
}()