<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog
        xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
        xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd
        http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
    <changeSet id="1" author="mdadhania">
        <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="false">
            <![CDATA[
                DELETE FROM track_master_rights WHERE track_id = 35893412 AND master_rights_id = 11905452;;
                DELETE FROM track WHERE id = 35893412 AND isrc = 'QMDA72162105';;            
            ]]>
        </sql>
        <rollback>
            <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
                <![CDATA[
                    INSERT INTO track (track_name, upc, cd, track_id, orchdmclip, sample, isrc, id, length_minute, length_seconds, writer, credit, mechanical, publisher, dpd_license, explicit_lyrics, purchasable, download_price, hidden, offer_type, dig_distribution_type, third_party_publisher, royalty_collection, publishing_admin, sync_admin, additional_id, track_type, stereo_or_mono, bonus, recommended, youtube_matches, preorder_only, original_file_name, release_id, last_updated, meta_language, preview_start_time, closed_caption_exists, closed_caption_reason_id, vendor_track_identifier, recording_country) 
					VALUES
                    ('ALİ KIRIŞ - GÜLLER AÇIYOR ALLAH DEDİKÇE 2016 ALBÜM TANITIM VİDEOSU', 193483678054, 1, 16, NULL, 'N', 'QMDA72162105', 35893412, 0, 0, NULL, NULL, 'NO', NULL, 'NO', 'N', 'Y', 0, 'N', 'ALL', 'digital_mobile', 'N', 'Y', 'N', 'Y', NULL, 'music', 'stereo', 'N', 'N', 'Monetize', 'N', NULL, 2603335, '2021-11-22 08:49:25', 'ENG', 0, NULL, NULL, NULL, 0);;
                    INSERT INTO track_master_rights (master_rights_id, track_id, is_owner) VALUES (11905452, 35893412, NULL);;
				]]>
            </sql>
        </rollback>
    </changeSet>
</databaseChangeLog>
