Skip to content

Commit

Permalink
fix: cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Oct 15, 2024
1 parent a16776f commit 4ef4284
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/common/db/table/chat/attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ type Attribute struct {
AllowAddFriend int32 `bson:"allow_add_friend"`
GlobalRecvMsgOpt int32 `bson:"global_recv_msg_opt"`
RegisterType int32 `bson:"register_type"`
// tob
EnglishName *string `bson:"column:english_name,omitempty"`
Station *string `bson:"column:station,omitempty"`
Telephone *string `bson:"column:telephone,omitempty"`
}

func (Attribute) TableName() string {
Expand Down

0 comments on commit 4ef4284

Please sign in to comment.