<?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="azinger">
        <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
            <![CDATA[
                USE `art_relations`;;
                ALTER TABLE `ioda_track_publisher_mapping` ENGINE=InnoDB;;
            ]]>
        </sql>
        <rollback>
            <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
                <![CDATA[
                    USE `art_relations`;;
                    ALTER TABLE `ioda_track_publisher_mapping` ENGINE=MyISAM;;
                ]]>
            </sql>
        </rollback>
    </changeSet>
    <changeSet id="2" author="azinger">
        <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
            <![CDATA[
                USE `art_relations`;;
                ALTER TABLE `ioda_track_writer_mapping` ENGINE=InnoDB;;
            ]]>
        </sql>
        <rollback>
            <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
                <![CDATA[
                    USE `art_relations`;;
                    ALTER TABLE `ioda_track_writer_mapping` ENGINE=MyISAM;;
                ]]>
            </sql>
        </rollback>
    </changeSet>
    <changeSet id="3" author="azinger">
        <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
            <![CDATA[
                USE `art_relations`;;
                ALTER TABLE `ioda_vend_contact_mapping` ENGINE=InnoDB;;
            ]]>
        </sql>
        <rollback>
            <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
                <![CDATA[
                    USE `art_relations`;;
                    ALTER TABLE `ioda_vend_contact_mapping` ENGINE=MyISAM;;
                ]]>
            </sql>
        </rollback>
    </changeSet>
    <changeSet id="4" author="azinger">
        <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
            <![CDATA[
                USE `art_relations`;;
                ALTER TABLE `vectorapi_access_tokens` ENGINE=InnoDB;;
            ]]>
        </sql>
        <rollback>
            <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
                <![CDATA[
                    USE `art_relations`;;
                    ALTER TABLE `vectorapi_access_tokens` ENGINE=MyISAM;;
                ]]>
            </sql>
        </rollback>
    </changeSet>
    <changeSet id="5" author="azinger">
        <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
            <![CDATA[
                USE `art_relations`;;
                ALTER TABLE `vectorapi_auth_codes` ENGINE=InnoDB;;
            ]]>
        </sql>
        <rollback>
            <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
                <![CDATA[
                    USE `art_relations`;;
                    ALTER TABLE `vectorapi_auth_codes` ENGINE=MyISAM;;
                ]]>
            </sql>
        </rollback>
    </changeSet>
    <changeSet id="6" author="azinger">
        <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
            <![CDATA[
                USE `art_relations`;;
                ALTER TABLE `vectorapi_clients` ENGINE=InnoDB;;
            ]]>
        </sql>
        <rollback>
            <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
                <![CDATA[
                    USE `art_relations`;;
                    ALTER TABLE `vectorapi_clients` ENGINE=MyISAM;;
                ]]>
            </sql>
        </rollback>
    </changeSet>
    <changeSet id="7" author="azinger">
        <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
            <![CDATA[
                USE `art_relations`;;
                ALTER TABLE `vectorapi_refresh_tokens` ENGINE=InnoDB;;
            ]]>
        </sql>
        <rollback>
            <sql dbms="mysql" endDelimiter=";;" splitStatements="true" stripComments="true">
                <![CDATA[
                    USE `art_relations`;;
                    ALTER TABLE `vectorapi_refresh_tokens` ENGINE=MyISAM;;
                ]]>
            </sql>
        </rollback>
    </changeSet>
</databaseChangeLog>
