<?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_update_gsr_asset_relationship:1" author="ayermakov">
        <query>
            MATCH(:GlobalSoundRecording {types: ['video']})-[:REPRESENTS]->(:YoutubeAsset)-[r:APPEARS_IN_VIDEO]->(:Video)
            CALL apoc.refactor.setType(r, 'IS')
            YIELD input, output
            RETURN input, output;
        </query>
    </changeset>
</changelog>

