mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 01:37:25 +08:00
Upgrade xorm to v0.8.0 (#8536)
This commit is contained in:

committed by
Antoine GIRARD

parent
ae132632a9
commit
d151503d34
@ -4,7 +4,7 @@
|
||||
|
||||
package migrations
|
||||
|
||||
import "github.com/go-xorm/xorm"
|
||||
import "xorm.io/xorm"
|
||||
|
||||
func addIndexOnRepositoryAndComment(x *xorm.Engine) error {
|
||||
type Repository struct {
|
||||
|
Reference in New Issue
Block a user