Skip to content

Commit b762846

Browse files
committed
Update conversation.go
1 parent 948ef91 commit b762846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/conversations/conversation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ type Conversation struct {
112112
UpdatedUnix timeutil.TimeStamp `xorm:"INDEX updated"`
113113
LockedUnix timeutil.TimeStamp `xorm:"INDEX"`
114114

115-
IsLocked bool `xorm:"-"`
115+
IsLocked bool `xorm:"INDEX"`
116116

117117
Comments CommentList `xorm:"-"`
118118

0 commit comments

Comments
 (0)