SDK v3 #8
@ -112,7 +112,7 @@ func migrateDatabase(ctx context.Context, dbPool *gorm.DB, config models.Databas
|
|||||||
|
|
||||||
if config.Debug {
|
if config.Debug {
|
||||||
if n != 0 {
|
if n != 0 {
|
||||||
localLogger.Debug("applied %d migrations!", n)
|
localLogger.Debugf("applied %d migrations!", n)
|
||||||
} else {
|
} else {
|
||||||
localLogger.Debug("nothing to migrate")
|
localLogger.Debug("nothing to migrate")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user