<?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-478-snowflake-data-fix:1" author="yostapyuk">
        <query>
            <![CDATA[
                MATCH (:PublishingAgreement)-[ha:HAS_AGREEMENT]-(:PublishingSongWriter)
                SET ha.PUB478_fix = true
            ]]>
        </query>
    </changeset>

    <changeset id="PUB-478-snowflake-data-fix:2" author="yostapyuk">
        <query>
            <![CDATA[
                MATCH (:PublishingAgreement)-[ha:HAS_AGREEMENT]-(:PublishingPublisher)
                SET ha.PUB478_fix = true
            ]]>
        </query>
    </changeset>
</changelog>
