From 74d35f08606ce201f6281dba0948e1ccb8525174 Mon Sep 17 00:00:00 2001 From: yangjianbo Date: Wed, 4 Feb 2026 20:41:26 +0800 Subject: [PATCH] =?UTF-8?q?chore(ent):=20=E9=87=8D=E6=96=B0=E7=94=9F?= =?UTF-8?q?=E6=88=90=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/ent/mutation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ent/mutation.go b/backend/ent/mutation.go index c30e5559..7bd79e53 100644 --- a/backend/ent/mutation.go +++ b/backend/ent/mutation.go @@ -7789,7 +7789,7 @@ func (m *GroupMutation) Type() string { // order to get all numeric fields that were incremented/decremented, call // AddedFields(). func (m *GroupMutation) Fields() []string { - fields := make([]string, 0, 25) + fields := make([]string, 0, 28) if m.created_at != nil { fields = append(fields, group.FieldCreatedAt) }