<?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="asingh">
        <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="false">

            DELETE FROM youtube_channel_video_status
            WHERE youtube_video_id IN ('BNAqGrVrcMw', '5PtLipSa-ew', 'PLe11__fu4I', 'MPxMWLvibpo');;
        </sql>
        <rollback>
            <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">

                INSERT INTO youtube_channel_video_status (id, youtube_video_id, youtube_channel_id, video_search_time, release_id, track_id, track_insert_time, youtube_asset_id, asset_insert_time, ownership_insert_time, youtube_claim_id, claim_insert_time, asset_match_insert_time, youtube_reference_id, reference_insert_time, in_processing, last_updated, error_type) VALUES            
                (474440, '5PtLipSa-ew', 'UC_E54fzF2BPsy7Ig4aDygWA', '2016-06-13 10:15:43', 1064520, 23609574, '2016-06-13 10:15:44', 'A614056505842202', '2016-06-13 10:15:46', '2016-06-13 10:15:47', 'bJdhxpNZe_o', '2016-06-13 10:15:49', '2016-06-13 10:15:48', NULL, NULL, 'Y', '2016-06-13 10:16:10', 'video_processing_error'),
                (322858, 'BNAqGrVrcMw', 'UC_E54fzF2BPsy7Ig4aDygWA', '2015-11-18 12:00:23', 1064520, 22246472, '2015-11-18 12:00:29', 'A433572028692575', '2015-11-18 12:00:32', '2015-11-18 12:00:33', 'Gl8B7vaXdIs', '2015-11-18 12:00:36', '2015-11-18 12:00:34', 'NasgrZUX3wA', '2015-11-18 12:00:37', 'N', '2015-11-18 12:03:03', NULL),
                (519297, 'MPxMWLvibpo', 'UC_E54fzF2BPsy7Ig4aDygWA', '2016-09-08 12:20:31', 1064520, 24204728, '2016-09-08 12:25:13', 'A932444743869943', '2016-09-08 12:25:15', '2016-09-08 12:25:16', 'iZfzVDA6-9s', '2016-09-08 12:25:19', '2016-09-08 12:25:17', '7Vxlr6GKLCo', '2016-09-08 12:25:20', 'N', '2016-09-08 12:25:20', NULL),
                (1450024, 'PLe11__fu4I', 'UC_E54fzF2BPsy7Ig4aDygWA', '2019-10-09 10:10:16', 1064520, 30819488, '2019-10-09 10:10:27', 'A396803026573734', '2019-10-09 10:10:31', '2019-10-09 10:10:34', 'eUSRIXj9qh4', '2019-10-09 10:10:42', '2019-10-09 10:10:36', 'm5UGtxN6zs4', '2019-10-09 10:10:44', 'N', '2019-10-09 10:10:44', NULL);;
            </sql>
        </rollback>
    </changeSet>
</databaseChangeLog>
