Skip to content

Commit 519ca72

Browse files
committed
Update conversation.go
1 parent 0cdfa15 commit 519ca72

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:"INDEX DEFAULT 0"`
115+
IsLocked bool `xorm:"INDEX DEFAULT false"`
116116

117117
Comments CommentList `xorm:"-"`
118118

0 commit comments

Comments
 (0)