All Downloads are FREE. Search and download functionalities are using the official Maven repository.

migration.master.xml Maven / Gradle / Ivy

The newest version!
<databaseChangeLog
        xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd">

    <include relativeToChangelogFile="true" file="migrations/0000-create-table-banks.xml"/>
    <include relativeToChangelogFile="true" file="migrations/0001-init-protocol-facade.xml"/>
    <include relativeToChangelogFile="true" file="migrations/0002-mock-data.xml" context="mock-banks"/>
    <include relativeToChangelogFile="true" file="migrations/0003-add-staging-bank-configuration.xml"/>
    <include relativeToChangelogFile="true" file="migrations/0004-add-skip-auth-for-deutsche-bank.xml"/>
    <include relativeToChangelogFile="true" file="migrations/0005-enable-finapi-test-bank.xml" context="finapi-sandbox-test-bank"/>
    <includeAll relativeToChangelogFile="true" path="migrations/0006-finapi-sandbox-banks" context="finapi-sandbox-banks"/>
    <includeAll relativeToChangelogFile="true" path="migrations/0007-finapi-prod-banks" context="finapi-prod-banks"/>
    <includeAll relativeToChangelogFile="true" path="migrations/0008-smartanalytics-rdbms-persistence" context="smartanalytics-rdbms-persistence"/>
    <include relativeToChangelogFile="true" file="migrations/0009-add-consent-cache.xml"/>
    <include relativeToChangelogFile="true" file="migrations/0010-update-dkb-adapter.xml" context="xs2a-banks"/>
    <include relativeToChangelogFile="true" file="migrations/0011-add-validation-ignore-decoupled.xml"/>
    <include relativeToChangelogFile="true" file="migrations/0012-add-is-active-field-to-bank.xml"/>
    <include relativeToChangelogFile="true" file="migrations/0013-add-auth-session-status.xml"/>
    <include relativeToChangelogFile="true" file="migrations/0014-update-sparkasse-adapter.xml" context="xs2a-banks"/>
    <includeAll relativeToChangelogFile="true" path="migrations/0015-finapi-add-status-handlers" context="finapi-sandbox-banks OR finapi-prod-banks OR finapi-sandbox-test-bank"/>
    <includeAll relativeToChangelogFile="true" path="migrations/0016-finapi-add-ais-session-update" context="finapi-sandbox-banks OR finapi-prod-banks OR finapi-sandbox-test-bank"/>
    <include relativeToChangelogFile="true" file="migrations/0017-add-consent-type-support.xml"/>
    <include relativeToChangelogFile="true" file="migrations/0018-add-skip-psu-auth-for-verlag-bank.xml"/>
    <include relativeToChangelogFile="true" file="migrations/0019-set-start-consent-auth-with-pin-fiducia.xml"/>
</databaseChangeLog>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy