mirror of
https://gitee.com/gitea/gitea
synced 2025-12-10 02:00:27 +08: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