This commit is contained in:
roschaefer 2019-09-13 13:52:54 +02:00
parent 193ac8e6b2
commit 5555e64f0f

View File

@ -55,6 +55,8 @@ ON CREATE SET
c.content = comment.content,
c.contentExcerpt = comment.contentExcerpt,
c.deleted = comment.deleted,
c.createdAt = comment.createdAt.`$date`,
c.updatedAt = comment.updatedAt.`$date`,
c.disabled = false
WITH c, comment, comment.contributionId as postId
MATCH (post:Post {id: postId})