From f6dbedda128c7965dc1516e4717408327ab383e8 Mon Sep 17 00:00:00 2001 From: martin bendsoe Date: Fri, 22 Jul 2022 10:09:56 +0200 Subject: [PATCH] SHOW CONSTRAINTS BRIEF has been removed in 5.0 Use `SHOW CONSTRAINTS` 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 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