You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/constraints/managing-constraints.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1096,7 +1096,7 @@ Creating a constraint on the same label or relationship type and properties that
1096
1096
======
1097
1097
1098
1098
.Create a constraint requiring all `SEQUEL_OF` relationships to have unique `order` properties, given an identical constraint already exists
1099
-
[source, cypher]
1099
+
[source, cypher, role=test-fail]
1100
1100
----
1101
1101
CREATE CONSTRAINT sequels
1102
1102
FOR ()-[sequel:SEQUEL_OF]-() REQUIRE sequel.order IS UNIQUE
@@ -1139,7 +1139,7 @@ The constraint type will be updated to say `NODE PROPERTY UNIQUENESS` in a futur
1139
1139
======
1140
1140
1141
1141
.Create a constraint requiring all `AUTHORED` relationships to have unique `name` properties, given that a constraint on a different schema with the same name already exists
0 commit comments