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