mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
Replace ReviewComment with Content
Signed-off-by: Jonas Franz <info@jonasfranz.software>
This commit is contained in:
@@ -26,8 +26,7 @@ type Review struct {
|
||||
ReviewerID int64 `xorm:"index"`
|
||||
Issue *Issue `xorm:"-"`
|
||||
IssueID int64 `xorm:"index"`
|
||||
ReviewCommentID int64 `xorm:"index"`
|
||||
ReviewComment *Comment `xorm:"-"`
|
||||
Content string
|
||||
|
||||
CreatedUnix util.TimeStamp `xorm:"INDEX created"`
|
||||
UpdatedUnix util.TimeStamp `xorm:"INDEX updated"`
|
||||
|
Reference in New Issue
Block a user