<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="PLATFORM-3502_Delete_erroneous_company_brands:1" author="tnozhkina"  run-always="true">
        <cypherquery>
            <![CDATA[
            MATCH (cb:CompanyBrand {name:'sme-germany'} )
            DETACH DELETE cb;
        ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM-3502_Delete_erroneous_company_brands:2" author="tnozhkina"  run-always="true">
        <cypherquery>
            <![CDATA[
            MATCH (cb:CompanyBrand {name:'columbia'} )
            DETACH DELETE cb;
        ]]>
        </cypherquery>
    </changeset>
</changelog>
