Skip to content

Commit f3621f0

Browse files
authored
Do not nuke database with example graph query
1 parent 8179457 commit f3621f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cypher/scripts/create-example-graph.cypher

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
MATCH (n) DETACH DELETE n WITH count(*) AS dummy
21
CREATE
32
// Persons
43
(pA:Person {id: 1, firstName: 'Amelie', creationDate: datetime('2010-06-10T11:05:56.000+00:00')}),

0 commit comments

Comments
 (0)