From 4ef4284235916d682662c8dc7fe76c451ca8c5c2 Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Tue, 15 Oct 2024 16:00:53 +0800 Subject: [PATCH] fix: cherry-pick --- pkg/common/db/table/chat/attribute.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/common/db/table/chat/attribute.go b/pkg/common/db/table/chat/attribute.go index 1aee57e3..4e033ba1 100644 --- a/pkg/common/db/table/chat/attribute.go +++ b/pkg/common/db/table/chat/attribute.go @@ -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 {