File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ type ConversationListItem struct {
114114 CreatedAt time.Time `db:"created_at" json:"created_at"`
115115 UpdatedAt time.Time `db:"updated_at" json:"updated_at"`
116116 UUID string `db:"uuid" json:"uuid"`
117+ ReferenceNumber string `db:"reference_number" json:"reference_number"`
117118 WaitingSince null.Time `db:"waiting_since" json:"waiting_since"`
118119 Contact ConversationListContact `db:"contact" json:"contact"`
119120 InboxChannel string `db:"inbox_channel" json:"inbox_channel"`
Original file line number Diff line number Diff line change 3939 conversations .created_at ,
4040 conversations .updated_at ,
4141 conversations .uuid ,
42+ conversations .reference_number ,
4243 conversations .waiting_since ,
4344 users .created_at as " contact.created_at" ,
4445 users .updated_at as " contact.updated_at" ,
You can’t perform that action at this time.
0 commit comments