<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-2100_update_p_line_year:1" author="gmaroulis" run-always="true">
        <cypherquery>
            <![CDATA[
            MATCH (p:NrProduct:NrOwnership)
            SET p.pLineYear=toInteger(p.pLineYear)
            RETURN p.id
          ]]>
        </cypherquery>
    </changeset>
</changelog>
