We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac8450 commit 660c30dCopy full SHA for 660c30d
models/asymkey/ssh_key_verify.go
@@ -9,6 +9,7 @@ import (
9
10
"code.gitea.io/gitea/models/db"
11
"code.gitea.io/gitea/modules/log"
12
+
13
"github.com/42wim/sshsig"
14
)
15
models/migrations/v204.go
@@ -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))
0 commit comments