Skip to content

Commit 463f2f8

Browse files
fix formatting
1 parent bf58dc3 commit 463f2f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/ROOT/pages/schema/graph-types/drop-graph-type-elements.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ALTER CURRENT GRAPH TYPE DROP {
118118

119119
Key and property uniqueness constraints can only be dropped by using the `CONSTRAINT name` syntax in the `ALTER CURRENT GRAPH TYPE DROP` command, regardless if they were defined on an identifying or non-identifying label.
120120
Property existence and property type constraints defined on non-identifying node labels and relationship types are also dropped in this way.
121-
The names of constraints are returned by the xref:schema/constraints/list-constraints.adoc[`SHOW CONSTRAINTS`] command, or as part of their definitions in xref:schema/graph-types/list-graph-types.adoc[`SHOW CURRENT GRAPH TYPE`].
121+
The names of constraints are returned by the xref:schema/constraints/list-constraints.adoc[`SHOW CONSTRAINTS`] command or as part of their definitions in xref:schema/graph-types/list-graph-types.adoc[`SHOW CURRENT GRAPH TYPE`].
122122

123123
.Drop explicitly named and generated name key and property uniqueness constraint
124124
[source, cypher]

modules/ROOT/pages/schema/graph-types/set-graph-types.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ For a list of accepted property types, see xref:values-and-types/property-struct
127127
.Relationship element type syntax
128128
[source, syntax]
129129
----
130-
([:SourceNodeLabel])-"[":IDENTIFYING_REL_TYPE => [ "{" {property1 :: <TYPE> [NOT NULL]}[, ...]"}" ] "]"->([:TargetNodeLabel])----
130+
([:SourceNodeLabel])-"[":IDENTIFYING_REL_TYPE => [ "{" {property1 :: <TYPE> [NOT NULL]}[, ...]"}" ] "]"->([:TargetNodeLabel])
131+
----
131132

132133
[NOTE]
133134
====

0 commit comments

Comments
 (0)