<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-1752_fix_product_format_values:1" author="gmaroulis" run-always="true">
        <cypherquery>
          <![CDATA[
            MATCH (p: NrProduct: NrOwnership)
            WHERE p.format in ['Single', 'Album']
            SET p.format = toUpper(p.format)
            RETURN p.id
          ]]>
        </cypherquery>
    </changeset>
</changelog>
