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 e1a92c5 commit f4d282fCopy full SHA for f4d282f
models/issues/comment.go
@@ -280,7 +280,7 @@ type Comment struct {
280
281
CommitID int64
282
Line int64 // - previous line / + proposed line
283
- TreePath string `xorm:"VARCHAR(4096)"` // SQLServer only supports up to 4000
+ TreePath string `xorm:"VARCHAR(4000)"` // SQLServer only supports up to 4000
284
Content string `xorm:"LONGTEXT"`
285
ContentVersion int `xorm:"NOT NULL DEFAULT 0"`
286
RenderedContent template.HTML `xorm:"-"`
0 commit comments