<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="PUB-870_remove_access:1" author="jmarais" run-always="true">
        <query>
            <![CDATA[
                MATCH (i:Identity)--(p:Profile { profileType: "PublishingProfile" })
                WHERE i.email in ["dannyromeromusic@gmail.com", "oficina@origenmusicent.es"]
                DETACH DELETE p
            ]]>
        </query>
    </changeset>
</changelog>
