mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-31 13:02:52 +09:00
@ -11,5 +11,5 @@ func addSSHKeyIsVerified(x *xorm.Engine) error {
|
||||
Verified bool `xorm:"NOT NULL DEFAULT false"`
|
||||
}
|
||||
|
||||
return x.Sync(new(PublicKey))
|
||||
return x.Sync2(new(PublicKey))
|
||||
}
|
||||
|
Reference in New Issue
Block a user