<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="PUB-795_pubsongid_to_integer:1" author="jmarais">
        <cypherquery>
            <![CDATA[
                MATCH (p:PublishingComposition)
                WHERE apoc.meta.cypher.type(p.pubSongID) <> "INTEGER"
                SET p.pubSongID = toInteger(p.pubSongID)
                RETURN count(p.pubSongID)
            ]]>
        </cypherquery>
    </changeset>
</changelog>
