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 0b7cc6b commit e1a92c5Copy full SHA for e1a92c5
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)"`
+ TreePath string `xorm:"VARCHAR(4096)"` // 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