<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="DIS-849:101" author="Jian" run-on-change="true">
        <query>
            <![CDATA[
		MATCH (lp:Orchard:LabelParticipant {id:544553})
                MATCH (p:Orchard:Product {id:3378273})
                MERGE (lp)-[pi:PARTICIPATED_IN {participated_as:"performer"}]->(p)
                    ON CREATE SET
                        pi.createdAt = datetime(),
                        pi.createdBy = 'manual-fix-DIS-849',
                        pi.lastModifiedAt = datetime(),
                        pi.lastModifiedBy = 'manual-fix-DIS-849'
            ]]>
        </query>
    </changeset>
</changelog>
