diff --git a/modules/ROOT/pages/schema-configuration/field-configuration.adoc b/modules/ROOT/pages/schema-configuration/field-configuration.adoc index 6683ac79..1b630c29 100644 --- a/modules/ROOT/pages/schema-configuration/field-configuration.adoc +++ b/modules/ROOT/pages/schema-configuration/field-configuration.adoc @@ -95,12 +95,6 @@ directive @relationship( ) on FIELD_DEFINITION ---- -[NOTE] -==== -In version 4.0.0, `aggregate` is `false` as default. -See xref:migration/v4-migration/index.adoc#_relationship_changes[`@relationship changes`] for more information. -==== - === Usage *Configure aggregation* @@ -542,4 +536,4 @@ input ActorActedInNodeAggregationWhereInput { } ---- -As shown by the previous inputs fields, the `actors` field is not available for filtering on both value and aggregation filters. \ No newline at end of file +As shown by the previous inputs fields, the `actors` field is not available for filtering on both value and aggregation filters.