|
|
|
@ -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"` |
|
|
|
|