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