From 6515b52d26f880064b29cbec269fb0b506ccb732 Mon Sep 17 00:00:00 2001 From: martin bendsoe Date: Fri, 22 Jul 2022 00:25:29 +0200 Subject: [PATCH] SHOW INDEXES BRIEF has been removed in 5.0 Use `SHOW INDEXES` instead. --- ...ations-additions-removals-compatibility.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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