Skip to content

Commit 079c4c1

Browse files
committed
Updated also icon
1 parent 9acec48 commit 079c4c1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ExerciseGuides/exercise-guides/intro-neo4j-exercises/15.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ <h3>Exercise 15: Managing indexes (Preparations)</h3>
586586
WHERE m.released &lt; 2010
587587
SET m:OlderMovie;
588588
CREATE CONSTRAINT ON (p:Person) ASSERT p.name IS UNIQUE;
589-
MATCH (p:Person)
589+
MATCH (p:Person)
590590
WHERE NOT exists(p.born)
591591
SET p.born = 0;
592592
CREATE CONSTRAINT ON (p:Person) ASSERT exists(p.born);

ExerciseGuides/exercise-guides/intro-neo4j-exercises/16.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ <h3>Exercise 16: Importing data (Preparations)</h3>
586586
WHERE m.released &lt; 2010
587587
SET m:OlderMovie;
588588
CREATE CONSTRAINT ON (p:Person) ASSERT p.name IS UNIQUE;
589-
MATCH (p:Person)
589+
MATCH (p:Person)
590590
WHERE NOT exists(p.born)
591591
SET p.born = 0;
592592
CREATE CONSTRAINT ON (p:Person) ASSERT exists(p.born);
-38.6 KB
Loading

0 commit comments

Comments
 (0)