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

            DELETE FROM youtube_channel_video_status
            WHERE youtube_video_id IN ('uz4-yK_uyCg', '5kkoemVWfvg', '94cfRWGl9mo', 'Cq_MwY-haMk', 'siIUR3L4hG8', '3Mi5LJZQr4o', 'MPQseXwO58U');;
        </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
                (627330, '3Mi5LJZQr4o', 'UC9gB1VT0c25fgjBRO4nmPUw', '2016-11-07 15:08:07', 1966258, 24825869, '2016-11-07 15:30:42', 'A252367356025242', '2016-11-07 15:30:44', '2016-11-07 15:30:45', '2Yau3kHhX8k', '2016-11-07 15:30:49', '2016-11-07 15:30:46', 'sOU0TRSKlUg', '2016-11-07 15:30:50', 'N', '2016-11-07 15:30:50', NULL),
                (628053, '5kkoemVWfvg', 'UC9gB1VT0c25fgjBRO4nmPUw', '2016-11-07 15:12:18', 1966258, 24826809, '2016-11-07 16:02:20', 'A213731237175010', '2016-11-07 16:02:22', '2016-11-07 16:02:24', 'WYOagskDMoE', '2016-11-07 16:02:27', '2016-11-07 16:02:25', '0CofS1Tvq_w', '2016-11-07 16:02:28', 'N', '2016-11-07 16:02:28', NULL),
                (627418, '94cfRWGl9mo', 'UC9gB1VT0c25fgjBRO4nmPUw', '2016-11-07 15:08:38', 1966258, 24826069, '2016-11-07 15:38:17', 'A105113510753626', '2016-11-07 15:38:19', '2016-11-07 15:38:20', 'w3gWBMC2cck', '2016-11-07 15:38:24', '2016-11-07 15:38:22', 'vTBPOCJkWOw', '2016-11-07 15:38:25', 'N', '2016-11-07 15:38:25', NULL),
                (1384212, 'Cq_MwY-haMk', 'UC9gB1VT0c25fgjBRO4nmPUw', '2019-05-31 20:30:19', 1966258, 30216940, '2019-05-31 20:30:28', 'A354888018747903', '2019-05-31 20:30:33', '2019-05-31 20:30:34', 'ExNb0XiLdFc', '2019-05-31 20:30:36', '2019-05-31 20:30:36', NULL, NULL, 'N', '2019-05-31 20:30:55', 'other_error'),
                (706444, 'MPQseXwO58U', 'UC9gB1VT0c25fgjBRO4nmPUw', '2016-12-02 16:05:22', 1966258, 25016979, '2016-12-02 16:05:23', 'A257425128426856', '2016-12-02 16:05:26', '2016-12-02 16:05:27', 'O_GdHGwHONo', '2016-12-02 16:05:29', '2016-12-02 16:05:28', 'JjOEVTocedE', '2016-12-02 16:05:31', 'N', '2016-12-02 16:05:31', NULL),
                (1226057, 'siIUR3L4hG8', 'UC9gB1VT0c25fgjBRO4nmPUw', '2018-11-14 18:20:48', 1966258, 29289115, '2018-11-14 18:20:52', 'A139410036119460', '2018-11-14 18:20:57', '2018-11-14 18:20:58', 'uzPGvWZtWFE', '2018-11-14 18:21:01', '2018-11-14 18:21:00', NULL, NULL, 'N', '2018-11-14 18:21:19', 'other_error'),
                (627913, 'uz4-yK_uyCg', 'UC9gB1VT0c25fgjBRO4nmPUw', '2016-11-07 15:11:45', 1966258, 24826826, '2016-11-07 16:02:59', 'A432831632761915', '2016-11-07 16:03:01', '2016-11-07 16:03:02', '2kjzHqK1C-c', '2016-11-07 16:03:05', '2016-11-07 16:03:03', '2YZQI38BUEo', '2016-11-07 16:03:07', 'N', '2016-11-07 16:03:07', NULL);;
            </sql>
        </rollback>
    </changeSet>
</databaseChangeLog>
