Skip to content

Commit fdb3b71

Browse files
committed
Cypher: Add missing attribute to update operation
1 parent 57015da commit fdb3b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypher/queries/interactive-update-6.cypher

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CREATE (author)<-[:HAS_CREATOR]-(p:Post:Message {
44
creationDate: $creationDate,
55
locationIP: $locationIP,
66
browserUsed: $browserUsed,
7+
language: $language,
78
content: CASE $content WHEN '' THEN NULL ELSE $content END,
89
imageFile: CASE $imageFile WHEN '' THEN NULL ELSE $imageFile END,
910
length: $length

0 commit comments

Comments
 (0)