Skip to content

Commit cd0be54

Browse files
authored
Update modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
1 parent 1cea76e commit cd0be54

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
@@ -1524,7 +1524,7 @@ Properties `55` and `New York` are removed from the node with the `uid:ID` `pers
15241524
[source, cypher, role="nocopy"]
15251525
----
15261526
:ACTION,:START_ID,:END_ID,:TYPE,:-PROPERTY
1527-
U,person1,movie1,ACTED_IN,Neo;"The chosen one"
1527+
U,person1,movie1,ACTED_IN,role;description
15281528
----
15291529

15301530
Properties `Neo` and `"The chosen one"` are removed from the relationship with the `:START_ID` `person1`, `:END_ID` `movie1`, and `:TYPE` `ACTED_IN`.

0 commit comments

Comments
 (0)