<?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="YT-292_fix_gsr_asset_relationship:1" author="ayermakov">
        <query>
            <![CDATA[
                MATCH (a:YoutubeAsset)-[r:IS]->(v:Video) WHERE v.isrc <> a.isrc
                CALL apoc.refactor.setType(r, 'APPEARS_IN_VIDEO')
                YIELD input, output
                RETURN input, output;
            ]]>
        </query>
    </changeset>
</changelog>

