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