<?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="true">
            UPDATE vendor 
            SET assigned_to = 1084 
            WHERE vendor_id IN (16016,16558,16575,16591,16593,16604,16615,16616,16617,16618,16620,16636,16637,16644,16675,16679,16687,16692,16694,16699,16700,16718,16732,16755,16756,16760,16766,16797,16802,16805,16810,16815,16821,16827,16847,16848,16862,16873,16874,16875,16884,16906,16931,16932,16964,16972,16982,17003,17006,17008,17009,17018,17022,17037,17038,17042,17047,17085,17091,17098,17101,17112,17116,17117,17123,17130,17138,17145,17146,17147,17154,17170,17207,17208,17209,17213,17218,17254,17264,17265,17284,17289,17558,17611,17684,17730,17846,17925,17938,17941,17984,17985,17993,18003,18025,18034,18047,18052,22026,22494,22508,22509,22519,22520,22555,22562,22575,22576,22577,22593,22599,22603,22611,22616,22619,22639,22663,22747,22748,22796,22835,22841,22847,22862,22887,22934,22948,22977,23009,23023,23031,23032,23035,23080,23329,23346,23368,23370,23403,23405,23406,23409,23414,23416,23455,23503,23508,23518,23576,23618,23631,23663,23665,24344,24353,24400,24406,24418,24467,24490,24494,24495,24509,24535,24541,24553,24567,24568,24674,24675,24676,24677,24678,24679,24680,24681,24683,24684,24685,24686,24688,24689,24690,24691,24692,24693,24694,24695,24696,24697,24699,24700,24701,24703,24704,24705,24706,24707,24772,24773,24785,24786,24787,24788,24795,24850,24851,24854,24863,24883,24885,24886,24899,24919,25006,25018,25073,25098,25108,25114,25116,25119,25120,25122,25123,25124,25139,25140,25142,25152,25171,25192,25193)
                AND assigned_to = 1064;;
        </sql>
        <rollback>
            UPDATE vendor 
            SET assigned_to = 1064 
            WHERE vendor_id IN (16016,16558,16575,16591,16593,16604,16615,16616,16617,16618,16620,16636,16637,16644,16675,16679,16687,16692,16694,16699,16700,16718,16732,16755,16756,16760,16766,16797,16802,16805,16810,16815,16821,16827,16847,16848,16862,16873,16874,16875,16884,16906,16931,16932,16964,16972,16982,17003,17006,17008,17009,17018,17022,17037,17038,17042,17047,17085,17091,17098,17101,17112,17116,17117,17123,17130,17138,17145,17146,17147,17154,17170,17207,17208,17209,17213,17218,17254,17264,17265,17284,17289,17558,17611,17684,17730,17846,17925,17938,17941,17984,17985,17993,18003,18025,18034,18047,18052,22026,22494,22508,22509,22519,22520,22555,22562,22575,22576,22577,22593,22599,22603,22611,22616,22619,22639,22663,22747,22748,22796,22835,22841,22847,22862,22887,22934,22948,22977,23009,23023,23031,23032,23035,23080,23329,23346,23368,23370,23403,23405,23406,23409,23414,23416,23455,23503,23508,23518,23576,23618,23631,23663,23665,24344,24353,24400,24406,24418,24467,24490,24494,24495,24509,24535,24541,24553,24567,24568,24674,24675,24676,24677,24678,24679,24680,24681,24683,24684,24685,24686,24688,24689,24690,24691,24692,24693,24694,24695,24696,24697,24699,24700,24701,24703,24704,24705,24706,24707,24772,24773,24785,24786,24787,24788,24795,24850,24851,24854,24863,24883,24885,24886,24899,24919,25006,25018,25073,25098,25108,25114,25116,25119,25120,25122,25123,25124,25139,25140,25142,25152,25171,25192,25193)
                AND assigned_to = 1084;;
        </rollback>
    </changeSet>
</databaseChangeLog>
