This commit is contained in:
techknowlogick 2018-07-13 10:47:06 -04:00 committed by GitHub
parent 5cbf3b8b63
commit d499fc8445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ func addScratchHash(x *xorm.Engine) error {
}
}
// Commit and begin new transaction for dropping columns
if err := sess.Commit(); err != nil {
return err