diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index edb846f7b..7b91f7e23 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -121,6 +121,23 @@ Replaced by: SHOW INDEXES YIELD * ---- + +a| +label:syntax[] +label:removed[] +[source, cypher, role="noheader"] +---- +SHOW CONSTRAINTS BRIEF +---- +a| +The keyword `BRIEF` for the command `SHOW CONSTRAINTS` has been removed. + +Replaced by: +[source, cypher, role="noheader"] +---- +SHOW CONSTRAINTS +---- + |=== // === Deprecated features