mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #1573 from Human-Connection/1555_import_createdAt_updatedAt_for_comments
Fix import to add createdAt and updatedAt for comments
This commit is contained in:
commit
eff788ac7b
@ -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})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user