<?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="PUB-94-backfill-summer-salt-band:1" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6403
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6807,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Campus Blue",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2192171"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:2" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6404
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6808,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Clover",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2191948"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:3" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6404
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6809,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Clover",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2191948"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:4" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6405
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6810,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Colors of Your Love",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2192167"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:5" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6406
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6811,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Feather Fall",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2192155"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:6" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6407
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6812,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Hocus Pocus",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2192090"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:7" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6407
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6813,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Hocus Pocus",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2192090"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:8" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6408
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6814,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Lewa Lani",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2192154"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:9" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6409
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6815,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Marielle",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2192175"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:10" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6410
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6816,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Monday's F√°cil",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2153693"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:11" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6410
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6817,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Monday's F√°cil",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2153693"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:12" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6411
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6818,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Neptune",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2192153"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:13" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6412
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6819,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Patch Your Jacket",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2192164"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:14" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6413
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6820,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Trouble In Paradise",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2192158"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>

<changeset id="PUB-94-backfill-summer-salt-band:15" author="j0shua" run-on-change="true">
    <query>
        <![CDATA[

            MATCH (label:Label {uuid: "68e54c21-c0e2-4b42-9838-0b8ac983b83c" })

            WITH label

            MERGE (label)-[:HAS_COMPOSITION]->(pc:PubBackfill:PublishingComposition {
                labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                pubSongID: 6414
            })
            ON CREATE SET
                pc.id = apoc.create.uuid(),
                pc.createdAt = datetime(),
                pc.lineNumber = 6821,
                pc.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
            SET
                pc.title = "Two of a Kind",
                pc.draft = false,

                pc.alternateTitles = [],
                pc.submittedAt = datetime(),
                pc.modifiedAt = datetime(),
                pc.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw0:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Matthew Ryan Terry"
                })
                ON CREATE SET
                    psw0.id = apoc.create.uuid(),
                    psw0.createdAt = datetime(),
                    psw0.modifiedAt = datetime(),
                    psw0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw0.ipi = 361027983,
                            psw0.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp0:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "Chato Hermano Music"
                    })
                    ON CREATE SET
                        pp0.id = apoc.create.uuid(),
                        pp0.createdAt = datetime(),
                        pp0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp0.ipi = 361028294,
                                pp0.pro = "SESAC"

                MERGE (pa0:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw0)
                ON CREATE SET
                    pa0.id = apoc.create.uuid(),
                    pa0.createdAt = datetime(),
                    pa0.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa0.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa0.modifiedAt = datetime()

                    MERGE (pp0)-[:HAS_AGREEMENT {split: "100"}]->(pa0)
                    MERGE (pp0)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw0)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)

                MERGE (label)-[:HAS_SIGNED_WRITER]->(psw1:PubBackfill:PublishingSongWriter {
                    labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                    legalName: "Eugene Woo Chung"
                })
                ON CREATE SET
                    psw1.id = apoc.create.uuid(),
                    psw1.createdAt = datetime(),
                    psw1.modifiedAt = datetime(),
                    psw1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    psw1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                        ,
                            psw1.ipi = 361027493,
                            psw1.pro = "SESAC"

                    MERGE (label)-[:HAS_ASSOCIATED_PUBLISHER]->(pp1:PubBackfill:PublishingPublisher {
                        labelUUID: "68e54c21-c0e2-4b42-9838-0b8ac983b83c",
                        name: "EUJI Music"
                    })
                    ON CREATE SET
                        pp1.id = apoc.create.uuid(),
                        pp1.createdAt = datetime(),
                        pp1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'

                    SET
                        pp1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                            ,
                                pp1.ipi = 361027787,
                                pp1.pro = "SESAC"

                MERGE (pa1:PubBackfill:PublishingAgreement {
                    controlled: true,
                    excludedTerritories: ""
                })<-[:HAS_AGREEMENT]-(psw1)
                ON CREATE SET
                    pa1.id = apoc.create.uuid(),
                    pa1.createdAt = datetime(),
                    pa1.createdBy = '3aac4396-2b90-405b-805e-8e55b18aa324'
                SET
                    pa1.modifiedBy = '3aac4396-2b90-405b-805e-8e55b18aa324',
                    pa1.modifiedAt = datetime()

                    MERGE (pp1)-[:HAS_AGREEMENT {split: "100"}]->(pa1)
                    MERGE (pp1)-[:HAS_PUB_SHARE {split: "50" }]->(pc)


                MERGE (psw1)-[:HAS_WRITER_SHARE {
                    split: "50",
                    hasMusicContribution: true,
                    hasLyricsContribution: true
                }]->(pc)


                WITH pc
                MATCH (gsr:GlobalSoundRecording {isrc: "QM6MZ2192161"})
                MERGE (gsr)<-[:HAS_SOUND_RECORDING]-(pc)

        ]]>
    </query>
</changeset>
</changelog>
