<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="PUB-954_remove_duplicate_songs:1" author="jmarais" run-always="true">
        <query>
            <![CDATA[
                MATCH (v:Vendor {vendorId: 24483 })--(c:PublishingComposition)
                WHERE c.pubSongID IN [
                    88798,
                    88804,
                    88817,
                    88821,
                    88827,
                    88844,
                    88840,
                    88807,
                    88809,
                    88816,
                    88833,
                    88834,
                    88843,
                    88847,
                    88848,
                    88849
                ]
                AND date(c.createdAt) > date("2024-08-12")
                DETACH DELETE c
            ]]>
        </query>
    </changeset>
</changelog>
