<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">

   <changeset id="WAR-2008-remove-vendor-star-access-from-profiles:1" author="epohrebna" run-on-change="true">
        <cypherquery>
            <![CDATA[
            WITH [
                'ericciardi@sonymusic-pde.com',
                'artem.merkulov.sme@sonymusic-pde.com',
                'blanka.stachelek@kollectivenr.com',
                'aurora.drummond@kollectivenr.com',
                'nadine.ruzicka@kollectivenr.com',
                'heide.avent@kollectivenr.com',
                'marta.rybak@kollectivenr.com',
                'gemma.hall@awal.com',
                'bsanchez@theorchard.com',
                'dahenry@theorchard.com',
                'hannah.simmonds@theorchard.com',
                'cbacci@theorchard.com',
                'emma.malone@awal.com',
                'hannah.simmonds@awal.com',
                'jceniza@theorchard.com',
                'tholohan@theorchard.com',
                'glevine@theorchard.com',
                'jhanse@theorchard.com',
                'charlotte.caleb@awal.com',
                'frederico.santos@awal.com',
                'malcolm.beeden@kollectivenr.com',
                'james.regout@awal.com',
                'luke.bermingham@awal.com',
                'eddie.blackmon@awal.com',
                'tristan.morris@awal.com',
                'barry.gray@awal.com',
                'vijay.basrur@awal.com',
                'elizabeth.phipps@awal.com',
                'katie.baloian@awal.com',
                'caroline.hansen@awal.com',
                'will.edge@awal.com',
                'katharine.zaki@awal.com',
                'shayla.hernandez@awal.com',
                'deneia.freeman@awal.com',
                'shoshana.reist@awal.com',
                'chris.presland@awal.com',
                'joe.edwards@awal.com',
                'jason.constantine@awal.com',
                'daniel.stuart@awal.com',
                'stephanie.achigbu@awal.com',
                'ivy.sears@awal.com',
                'matthew.osborne@awal.com',
                'jac.roberts@awal.com',
                'erin.vanoeveren@sonymusic.com',
                'isabella.sanchez@awal.com',
                'marcus.ludgood@awal.com'
            ] AS emails
            MATCH (i:Identity)-[:HAS_PROFILE]->(p:Profile {profileType:'MoneyhubProfile'})-[relationship:HAS_ACCESS_TO]->(v:Vendor {id:'*'})
            WHERE i.email IN emails
            DELETE relationship;
            ]]>
        </cypherquery>
    </changeset>

</changelog>
