diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index 59657ef98..7ecaff082 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -87,6 +87,23 @@ The ability to dropp a constraint based on the schema has been removed. Use the command to drop a constraint by the name of the constraint instead, `DROP CONSTRAINT constraint_name`. + +a| +label:syntax[] +label:removed[] +[source, cypher, role="noheader"] +---- +SHOW INDEXES BRIEF +---- +a| +The keyword `BRIEF` for the command `SHOW INDEXES` has been removed. + +Replaced by: +[source, cypher, role="noheader"] +---- +SHOW INDEXES +---- + |=== // === Deprecated features