<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="ACC-7795-reassociate-abacus-profile:1" author="dczinsky">
        <query>
            MATCH (awalId:Identity)-[r:HAS_PROFILE]->(p:Profile {profileId: 491078})
            DELETE r
            WITH p
            MATCH (orchId:Identity {id: 'dc595587-2a29-4a5e-b330-8020eea9a73b'})
            SET
                p.lastModifiedAt = datetime(),
                p.lastModifiedBy = 'database/ACC-7795-reassociate-abacus-profile/f0730ba4-e995-451f-8fba-a883d53660a2'
            MERGE (orchId)-[:HAS_PROFILE]->(p)
        </query>
    </changeset>
</changelog>
