mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-20 03:11:35 +02:00
remove comment
This commit is contained in:
parent
80cfed1ac5
commit
1f354cf1f9
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue