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) }