<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="SR-179_clean_lp_float_subaccountId:1" author="gaguirre" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (lp:LabelParticipant)
                WHERE apoc.meta.cypher.type(lp.subaccountId) = 'FLOAT'
                SET
                    lp.subaccountId = 0
            ]]>
        </cypherquery>
    </changeset>
</changelog>
