mirror of
https://gitee.com/gitea/gitea
synced 2025-11-11 20:10:26 +08:00
Fix #232
This commit is contained in:
@@ -771,7 +771,7 @@ type Comment struct {
|
||||
IssueId int64
|
||||
CommitId int64
|
||||
Line int64
|
||||
Content string
|
||||
Content string `xorm:"TEXT"`
|
||||
Created time.Time `xorm:"CREATED"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user