26297ca641
Summary: Convert update queries to oC supported by MG Ignore ve2 in ldbc Reviewers: buda, mislav.bradac, florijan Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D733
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
// LdbcUpdate5AddForumMembership{forumId=1786706433093, personId=32985348839299, joinDate=Thu Sep 13 11:36:02 CEST 2012}
|
|
|
|
MATCH (f:Forum {id:"1786706433093"}),
|
|
(p:Person {id:"32985348839299"})
|
|
CREATE (f)-[:HAS_MEMBER {joinDate:1347528962967}]->(p);
|