This commit is contained in:
qwerty287 2024-07-20 12:29:26 +02:00
parent 6c057fec6e
commit 737c444c87
No known key found for this signature in database

View File

@ -271,7 +271,7 @@ func MigrateToXormigrate(x *xorm.Engine) error {
return fmt.Errorf("get: %w", err) return fmt.Errorf("get: %w", err)
} else if !has { } else if !has {
// This should not happen // This should not happen
return fmt.Errorf("could not get version", err) return fmt.Errorf("could not get version")
} }
v := currentVersion.Version v := currentVersion.Version