spring-liquibase-template/db-patcher/build/resources/main/db/changelog/merchant-program-participan...

32 lines
2.3 KiB
XML

<?xml version="1.1" encoding="UTF-8"?>
<databaseChangeLog
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
<include file="db/changelog/scripts/20210126-1-create_table_for_files.xml"/>
<include file="db/changelog/scripts/20210204-1-grant-rights.xml"/>
<include file="db/changelog/scripts/20210216-1-create_file_for_invitation_records.xml"/>
<include file="db/changelog/scripts/20210216-2-grant-rights.xml"/>
<include file="db/changelog/scripts/20210218-1-grant-rights.xml"/>
<include file="db/changelog/scripts/20210218-2-alter_table_for_invitation_records.xml"/>
<include file="db/changelog/scripts/20210219-1-alter_table_for_invitation_records.xml"/>
<include file="db/changelog/scripts/20210220-1-create_table_md_merchant.xml"/>
<include file="db/changelog/scripts/20210225-1-alter_table_for_invitation_records.xml"/>
<include file="db/changelog/scripts/20210324-1-grant_rights_for_merchant.xml"/>
<include file="db/changelog/scripts/20210621-1-create_table_fd_bulk_payout_order.xml"/>
<include file="db/changelog/scripts/20210622-1-grant_rights_for_mpp.xml"/>
<include file="db/changelog/scripts/20210713-1-create_table_md_employee.xml"/>
<include file="db/changelog/scripts/20210726-1-grant_rights_for_md_employee.xml"/>
<include file="db/changelog/scripts/20210727-1-grant_rights_for_employee_seq.xml"/>
<include file="db/changelog/scripts/20210812-1-change_payment_link_size.xml"/>
<include file="db/changelog/scripts/20220323-01-create_fd_payout_record.xml"/>
<include file="db/changelog/scripts/20220323-02-grant_rights_to_payout_file_content.xml"/>
<include file="db/changelog/scripts/20220324-01-update_table_md_employee.xml"/>
<include file="db/changelog/scripts/20220324-02-update_table_md_employee.xml"/>
<include file="db/changelog/scripts/20220328-01-update_table_fd_bulk_payout_order.xml"/>
<include file="db/changelog/scripts/20220328-02-update_table_fd_bulk_payout_order.xml"/>
<include file="db/changelog/scripts/20220404-01-update_fd_payout_record_drop_uniq_constraint_on_id_and_email.xml"/>
</databaseChangeLog>