diff --git a/cmd/migrate_storage.go b/cmd/migrate_storage.go index 392c436eed..263b4534e6 100644 --- a/cmd/migrate_storage.go +++ b/cmd/migrate_storage.go @@ -196,7 +196,6 @@ func runMigrateStorage(ctx *cli.Context) error { log.Info("Log path: %s", setting.Log.RootPath) log.Info("Configuration file: %s", setting.CustomConf) - // Wrap migrations.Migrate to match the expected signature: func(db.Engine) error. if err := db.InitEngineWithMigration(context.Background(), func(e db.Engine) error { return migrations.Migrate(e.(*xorm.Engine)) }); err != nil {