Skip to content

Commit 6f9c81f

Browse files
committed
Update comment.go
1 parent 0d80405 commit 6f9c81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/conversations/comment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ type ConversationComment struct {
116116
Poster *user_model.User `xorm:"-"`
117117

118118
OriginalAuthor string
119-
OriginalAuthorID int64
119+
OriginalAuthorID int64 `xorm:"INDEX"`
120120

121121
Attachments []*repo_model.Attachment `xorm:"-"`
122122
Reactions ReactionList `xorm:"-"`

0 commit comments

Comments
 (0)