Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down