<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="PLATFORM-3635_Create_identity_nodes_for_auth0_users:1" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                MERGE (i:Identity {id: '93569a77-63ad-498a-a5fc-359be513e11c'})
                    ON CREATE SET i.email = 'robert@randrentertainment.com', i.auth0UserId = '64c3df5f6269248c2e2f682b', i.auth0Primary = 201138,
                    i.firstName = 'Robert', i.lastName = 'Ross', i.name = 'Robert Ross', i.active = 'Y', i.defaultBrand = 'theorchard', i.localization = 'en',
                    i.numberFormat = 'us', i.updatedBy = 'PLATFORM-3635', i.updatedOn = datetime()
                WITH i
                MERGE (incId:IncrementId {nodeName: 'Profile'})
                    ON MATCH SET incId.id = incId.id + 1
                CREATE (sp:Profile {profileId: (incId.id-1), profileType: 'SettingsProfile'})
                    SET sp.profileName = 'robert@randrentertainment.com',
                        sp.brand = 'theorchard', sp.uuid = apoc.create.uuid(), sp.createdAt = datetime(),
                        sp.fullCatalogAccess = false, sp.lastModifiedBy = 'PLATFORM-3635'
                MERGE (i)-[rel:HAS_PROFILE]->(sp)
                    SET rel.createdAt = datetime()
                WITH i,sp
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 201138})-[:HAS_ACCESS_TO]->(r)
                MERGE (i)-[rel:HAS_PROFILE]->(p)
                    ON CREATE SET rel.createdAt = datetime()
                MERGE (sp)-[rel2:HAS_ADMIN_ACCESS_TO]->(r)
                    ON CREATE SET rel2.createdAt = datetime()
                RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM-3635_Create_identity_nodes_for_auth0_users:2" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (i:Identity)
                    SET i.id = '942dd1db-8595-4d58-b372-b192155ea84e', i.email = 'sena@paptircem.com', i.auth0UserId = '64c3c8294e57291a7f913483', i.auth0Primary = 200629,
                    i.firstName = 'Sena', i.lastName = 'Gül', i.name = 'Sena Gül', i.active = 'Y', i.defaultBrand = 'theorchard', i.localization = 'en',
                    i.numberFormat = 'us', i.updatedBy = 'PLATFORM-3635', i.updatedOn = datetime()
                WITH i
                MERGE (incId:IncrementId {nodeName: 'Profile'})
                    ON MATCH SET incId.id = incId.id + 1
                CREATE (sp:Profile {profileId: (incId.id-1), profileType: 'SettingsProfile'})
                    SET sp.profileName = 'sena@paptircem.com',
                        sp.brand = 'theorchard', sp.uuid = apoc.create.uuid(), sp.createdAt = datetime(),
                        sp.fullCatalogAccess = false, sp.lastModifiedBy = 'PLATFORM-3635'
                MERGE (i)-[rel:HAS_PROFILE]->(sp)
                    SET rel.createdAt = datetime()
                WITH i,sp
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 200629})-[:HAS_ACCESS_TO]->(r)
                MERGE (i)-[rel:HAS_PROFILE]->(p)
                    ON CREATE SET rel.createdAt = datetime()
                MERGE (sp)-[rel2:HAS_ADMIN_ACCESS_TO]->(r)
                    ON CREATE SET rel2.createdAt = datetime()
                RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM-3635_Create_identity_nodes_for_auth0_users:3" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (i:Identity)
                    SET i.id = '7d22a0d9-2bdf-4e7d-ab8c-c7f64f16fc0e', i.email = 'vivelmusik@gmail.com', i.auth0UserId = '64c3bd9876f3f2a4586bdfea', i.auth0Primary = 201485,
                    i.firstName = 'Vivek', i.lastName = 'Sharda', i.name = 'Vivek Sharda', i.active = 'Y', i.defaultBrand = 'theorchard', i.localization = 'en',
                    i.numberFormat = 'us', i.updatedBy = 'PLATFORM-3635', i.updatedOn = datetime()
                WITH i
                MERGE (incId:IncrementId {nodeName: 'Profile'})
                    ON MATCH SET incId.id = incId.id + 1
                CREATE (sp:Profile {profileId: (incId.id-1), profileType: 'SettingsProfile'})
                    SET sp.profileName = 'vivelmusik@gmail.com',
                        sp.brand = 'theorchard', sp.uuid = apoc.create.uuid(), sp.createdAt = datetime(),
                        sp.fullCatalogAccess = false, sp.lastModifiedBy = 'PLATFORM-3635'
                MERGE (i)-[rel:HAS_PROFILE]->(sp)
                    SET rel.createdAt = datetime()
                WITH i,sp
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 201485})-[:HAS_ACCESS_TO]->(r)
                MERGE (i)-[rel:HAS_PROFILE]->(p)
                    ON CREATE SET rel.createdAt = datetime()
                MERGE (sp)-[rel2:HAS_ADMIN_ACCESS_TO]->(r)
                    ON CREATE SET rel2.createdAt = datetime()
                RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM-3635_Create_identity_nodes_for_auth0_users:4" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (i:Identity)
                    SET i.id = '378e9ebd-c3c5-4793-a6ba-a8225eaa73eb', i.email = 'lexlafoypr@gmail.com', i.auth0UserId = '64c3abd1c0e7d712498123b2', i.auth0Primary = 201184,
                    i.firstName = 'Ash-Leigh', i.lastName = 'La Foy', i.name = 'Ash-Leigh La Foy', i.active = 'Y', i.defaultBrand = 'theorchard', i.localization = 'en',
                    i.numberFormat = 'us', i.updatedBy = 'PLATFORM-3635', i.updatedOn = datetime()
                WITH i
                MERGE (incId:IncrementId {nodeName: 'Profile'})
                    ON MATCH SET incId.id = incId.id + 1
                CREATE (sp:Profile {profileId: (incId.id-1), profileType: 'SettingsProfile'})
                    SET sp.profileName = 'lexlafoypr@gmail.com',
                        sp.brand = 'theorchard', sp.uuid = apoc.create.uuid(), sp.createdAt = datetime(),
                        sp.fullCatalogAccess = false, sp.lastModifiedBy = 'PLATFORM-3635'
                MERGE (i)-[rel:HAS_PROFILE]->(sp)
                    SET rel.createdAt = datetime()
                WITH i,sp
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 201184})-[:HAS_ACCESS_TO]->(r)
                MERGE (i)-[rel:HAS_PROFILE]->(p)
                    ON CREATE SET rel.createdAt = datetime()
                MERGE (sp)-[rel2:HAS_ADMIN_ACCESS_TO]->(r)
                    ON CREATE SET rel2.createdAt = datetime()
                RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM-3635_Create_identity_nodes_for_auth0_users:5" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (i:Identity)
                    SET i.id = 'f082b221-cc7b-4dce-9d49-f66591961812', i.email = 'claude@calabou.art', i.auth0UserId = '64c37923ff2a64940abcf898', i.auth0Primary = 201357,
                    i.firstName = 'Claude', i.lastName = 'Nahon', i.name = 'Claude Nahon', i.active = 'Y', i.defaultBrand = 'theorchard', i.localization = 'en',
                    i.numberFormat = 'us', i.updatedBy = 'PLATFORM-3635', i.updatedOn = datetime()
                WITH i
                MERGE (incId:IncrementId {nodeName: 'Profile'})
                    ON MATCH SET incId.id = incId.id + 1
                CREATE (sp:Profile {profileId: (incId.id-1), profileType: 'SettingsProfile'})
                    SET sp.profileName = 'claude@calabou.art',
                        sp.brand = 'theorchard', sp.uuid = apoc.create.uuid(), sp.createdAt = datetime(),
                        sp.fullCatalogAccess = false, sp.lastModifiedBy = 'PLATFORM-3635'
                MERGE (i)-[rel:HAS_PROFILE]->(sp)
                    SET rel.createdAt = datetime()
                WITH i,sp
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 201357})-[:HAS_ACCESS_TO]->(r)
                MERGE (i)-[rel:HAS_PROFILE]->(p)
                    ON CREATE SET rel.createdAt = datetime()
                MERGE (sp)-[rel2:HAS_ADMIN_ACCESS_TO]->(r)
                    ON CREATE SET rel2.createdAt = datetime()
                RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM-3635_Create_identity_nodes_for_auth0_users:6" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (i:Identity)
                    SET i.id = '9615b86a-2cb6-47ec-9109-7f68911c804d', i.email = 'panteraesmusica@gmail.com', i.auth0UserId = '64c2dbee76f3f2a4586b9157', i.auth0Primary = 201009,
                    i.firstName = 'Nuria', i.lastName = 'Soledad Real', i.name = 'Nuria Soledad Real', i.active = 'Y', i.defaultBrand = 'theorchard', i.localization = 'en',
                    i.numberFormat = 'us', i.updatedBy = 'PLATFORM-3635', i.updatedOn = datetime()
                WITH i
                MERGE (incId:IncrementId {nodeName: 'Profile'})
                    ON MATCH SET incId.id = incId.id + 1
                CREATE (sp:Profile {profileId: (incId.id-1), profileType: 'SettingsProfile'})
                    SET sp.profileName = 'panteraesmusica@gmail.com',
                        sp.brand = 'theorchard', sp.uuid = apoc.create.uuid(), sp.createdAt = datetime(),
                        sp.fullCatalogAccess = false, sp.lastModifiedBy = 'PLATFORM-3635'
                MERGE (i)-[rel:HAS_PROFILE]->(sp)
                    SET rel.createdAt = datetime()
                WITH i,sp
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 201009})-[:HAS_ACCESS_TO]->(r)
                MERGE (i)-[rel:HAS_PROFILE]->(p)
                    ON CREATE SET rel.createdAt = datetime()
                MERGE (sp)-[rel2:HAS_ADMIN_ACCESS_TO]->(r)
                    ON CREATE SET rel2.createdAt = datetime()
                RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM-3635_Create_identity_nodes_for_auth0_users:7" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (i:Identity)
                    SET i.id = 'bc55319c-99bf-419d-b68a-3e02a9ae8656', i.email = 'kidnapmusic@tanteguerilla.com', i.auth0UserId = '64c27ae3efa20b1e693a58d0', i.auth0Primary = 201359,
                    i.firstName = 'Alexander', i.lastName = 'Thome', i.name = 'Alexander Thome', i.active = 'Y', i.defaultBrand = 'theorchard', i.localization = 'en',
                    i.numberFormat = 'us', i.updatedBy = 'PLATFORM-3635', i.updatedOn = datetime()
                WITH i
                MERGE (incId:IncrementId {nodeName: 'Profile'})
                    ON MATCH SET incId.id = incId.id + 1
                CREATE (sp:Profile {profileId: (incId.id-1), profileType: 'SettingsProfile'})
                    SET sp.profileName = 'kidnapmusic@tanteguerilla.com',
                        sp.brand = 'theorchard', sp.uuid = apoc.create.uuid(), sp.createdAt = datetime(),
                        sp.fullCatalogAccess = false, sp.lastModifiedBy = 'PLATFORM-3635'
                MERGE (i)-[rel:HAS_PROFILE]->(sp)
                    SET rel.createdAt = datetime()
                WITH i,sp
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 201359})-[:HAS_ACCESS_TO]->(r)
                MERGE (i)-[rel:HAS_PROFILE]->(p)
                    ON CREATE SET rel.createdAt = datetime()
                MERGE (sp)-[rel2:HAS_ADMIN_ACCESS_TO]->(r)
                    ON CREATE SET rel2.createdAt = datetime()
                RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM-3635_Create_identity_nodes_for_auth0_users:8" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (i:Identity)
                    SET i.id = '2372efc2-e7ad-4662-9a2f-815600574213', i.email = 'idissemi12@gmail.com', i.auth0UserId = '64c1f266f8a22f2389e05d11', i.auth0Primary = 201358,
                    i.firstName = 'Idis', i.lastName = 'Semi', i.name = 'Idis Semi', i.active = 'Y', i.defaultBrand = 'theorchard', i.localization = 'en',
                    i.numberFormat = 'us', i.updatedBy = 'PLATFORM-3635', i.updatedOn = datetime()
                WITH i
                MERGE (incId:IncrementId {nodeName: 'Profile'})
                    ON MATCH SET incId.id = incId.id + 1
                CREATE (sp:Profile {profileId: (incId.id-1), profileType: 'SettingsProfile'})
                    SET sp.profileName = 'idissemi12@gmail.com',
                        sp.brand = 'theorchard', sp.uuid = apoc.create.uuid(), sp.createdAt = datetime(),
                        sp.fullCatalogAccess = false, sp.lastModifiedBy = 'PLATFORM-3635'
                MERGE (i)-[rel:HAS_PROFILE]->(sp)
                    SET rel.createdAt = datetime()
                WITH i,sp
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 201358})-[:HAS_ACCESS_TO]->(r)
                MERGE (i)-[rel:HAS_PROFILE]->(p)
                    ON CREATE SET rel.createdAt = datetime()
                MERGE (sp)-[rel2:HAS_ADMIN_ACCESS_TO]->(r)
                    ON CREATE SET rel2.createdAt = datetime()
                RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM-3635_Create_identity_nodes_for_auth0_users:9" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (i:Identity)
                    SET i.id = '943bb119-3c00-4057-a82e-1c7bcf21a8fa', i.email = 'info@brendanwelchmusic.com', i.auth0UserId = '64c1acc44e57291a7f9059ee', i.auth0Primary = 201377,
                    i.firstName = 'Brendan', i.lastName = 'Welch', i.name = 'Brendan Welch', i.active = 'Y', i.defaultBrand = 'theorchard', i.localization = 'en',
                    i.numberFormat = 'us', i.updatedBy = 'PLATFORM-3635', i.updatedOn = datetime()
                WITH i
                MERGE (incId:IncrementId {nodeName: 'Profile'})
                    ON MATCH SET incId.id = incId.id + 1
                CREATE (sp:Profile {profileId: (incId.id-1), profileType: 'SettingsProfile'})
                    SET sp.profileName = 'info@brendanwelchmusic.com',
                        sp.brand = 'theorchard', sp.uuid = apoc.create.uuid(), sp.createdAt = datetime(),
                        sp.fullCatalogAccess = false, sp.lastModifiedBy = 'PLATFORM-3635'
                MERGE (i)-[rel:HAS_PROFILE]->(sp)
                    SET rel.createdAt = datetime()
                WITH i,sp
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 201377})-[:HAS_ACCESS_TO]->(r)
                MERGE (i)-[rel:HAS_PROFILE]->(p)
                    ON CREATE SET rel.createdAt = datetime()
                MERGE (sp)-[rel2:HAS_ADMIN_ACCESS_TO]->(r)
                    ON CREATE SET rel2.createdAt = datetime()
                RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="PLATFORM-3635_Create_identity_nodes_for_auth0_users:10" author="jyang" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (i:Identity)
                    SET i.id = '647b43d9-146d-46da-b4b2-cfac99b69e2d', i.email = 'carlacostam@yahoo.com', i.auth0UserId = '64c1ac23d44c9f18ed2bc8eb', i.auth0Primary = 201376,
                    i.firstName = 'Carla', i.lastName = 'Costa Moncho', i.name = 'Carla Costa Moncho', i.active = 'Y', i.defaultBrand = 'theorchard', i.localization = 'en',
                    i.numberFormat = 'us', i.updatedBy = 'PLATFORM-3635', i.updatedOn = datetime()
                WITH i
                MERGE (incId:IncrementId {nodeName: 'Profile'})
                    ON MATCH SET incId.id = incId.id + 1
                CREATE (sp:Profile {profileId: (incId.id-1), profileType: 'SettingsProfile'})
                    SET sp.profileName = 'carlacostam@yahoo.com',
                        sp.brand = 'theorchard', sp.uuid = apoc.create.uuid(), sp.createdAt = datetime(),
                        sp.fullCatalogAccess = false, sp.lastModifiedBy = 'PLATFORM-3635'
                MERGE (i)-[rel:HAS_PROFILE]->(sp)
                    SET rel.createdAt = datetime()
                WITH i,sp
                MATCH (p:Profile {profileType: 'LabelProfile', profileId: 201376})-[:HAS_ACCESS_TO]->(r)
                MERGE (i)-[rel:HAS_PROFILE]->(p)
                    ON CREATE SET rel.createdAt = datetime()
                MERGE (sp)-[rel2:HAS_ADMIN_ACCESS_TO]->(r)
                    ON CREATE SET rel2.createdAt = datetime()
                RETURN i.email
            ]]>
        </cypherquery>
    </changeset>
</changelog>
