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 3ed52eb commit 9edee63Copy full SHA for 9edee63
models/commit_status.go
@@ -59,7 +59,7 @@ type CommitStatus struct {
59
SHA string `xorm:"VARCHAR(64) NOT NULL INDEX UNIQUE(repo_sha_index)"`
60
TargetURL string `xorm:"TEXT"`
61
Description string `xorm:"TEXT"`
62
- ContextHash string `xorm:"varchar(64) index"`
+ ContextHash string `xorm:"varchar(40) index"`
63
Context string `xorm:"TEXT"`
64
Creator *User `xorm:"-"`
65
CreatorID int64
0 commit comments