mirror of
https://github.com/go-gitea/gitea
synced 2025-07-14 22:47:21 +00:00
Upgrade xorm to v1.0.2 (#11900)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
@ -23,7 +23,7 @@ func DefaultDBContext() DBContext {
|
||||
// Committer represents an interface to Commit or Close the dbcontext
|
||||
type Committer interface {
|
||||
Commit() error
|
||||
Close()
|
||||
Close() error
|
||||
}
|
||||
|
||||
// TxDBContext represents a transaction DBContext
|
||||
|
Reference in New Issue
Block a user