<?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="PP-435_delete_users:1" author="jchung">
        <cypherquery>
            <![CDATA[
                MATCH
                   (identity:Identity)-[rel:HAS_PROFILE]->(profile:Profile)
                WHERE identity.id IN [
                    '123456',
                    '234567',
                    '5db0a42aeb35be0dd8e96227',
                    '603e77da9a3b7400703c1dd5',
                    '603e780475ea570069e16384',
                    '603e7825621f3000702d983d',
                    '603e78599a3e880069f25bb8',
                    '625d9eefa4960200703bedd9',
                    '6318d5c74f2fef9b70cc6012',
                    '6345dc802d2ce6e61a578fbd'
                ]
                DETACH DELETE identity, rel, profile
            ]]>
        </cypherquery>
    </changeset>
</changelog>
