<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="PUB-679_update_pub_rels:1" author="rshield" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (pc:PublishingComposition {pubSongID: 62339})-[r:HAS_AGREEMENT]-(:PublishingAgreement)
                SET r.containsPublicDomain = true,
                    r.containsSample = true,
                    r.lastModifedAt = datetime(),
                    r.lastModifiedBy ='d08d828a-38fd-4fc2-b56b-f16ff4935ed7'
                RETURN r
            ]]>
        </cypherquery>
    </changeset>
</changelog>
