Skip to content

Commit 44a0467

Browse files
authored
Update modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
1 parent 203b7e1 commit 44a0467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ Properties `55` and `New York` are removed from the node with the `:ID` `person1
15261526
[source, cypher, role="nocopy"]
15271527
----
15281528
:ACTION, :START_ID,:END_ID,:TYPE,:-PROPERTY
1529-
1,2,ACTED_IN,role,description
1529+
U, 1,2,ACTED_IN,Neo,"The chosen one"
15301530
----
15311531

15321532
Properties `role` and `description` are removed from the relationship with the `:START_ID` `1`, `:END_ID` `2`, and `:TYPE` `ACTED_IN`.

0 commit comments

Comments
 (0)