Skip to content

Commit f4d282f

Browse files
authored
Update models/issues/comment.go
Signed-off-by: wxiaoguang <[email protected]>
1 parent e1a92c5 commit f4d282f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/issues/comment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ type Comment struct {
280280

281281
CommitID int64
282282
Line int64 // - previous line / + proposed line
283-
TreePath string `xorm:"VARCHAR(4096)"` // SQLServer only supports up to 4000
283+
TreePath string `xorm:"VARCHAR(4000)"` // SQLServer only supports up to 4000
284284
Content string `xorm:"LONGTEXT"`
285285
ContentVersion int `xorm:"NOT NULL DEFAULT 0"`
286286
RenderedContent template.HTML `xorm:"-"`

0 commit comments

Comments
 (0)