Update conversation.go

This commit is contained in:
RedCocoon 2024-11-07 22:40:41 +08:00
parent 0b33898adc
commit 59732a931d

View File

@ -104,7 +104,7 @@ type Conversation struct {
Index int64 `xorm:"UNIQUE(repo_index)"`
RepoID int64 `xorm:"INDEX UNIQUE(repo_index)"`
Repo *repo_model.Repository `xorm:"-"`
Type ConversationType
Type ConversationType `xorm:"INDEX"`
NumComments int