db.changeLog.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tkit-quarkus-data-import-tests Show documentation
Show all versions of tkit-quarkus-data-import-tests Show documentation
Module that contains tkit-quarkus-data-import related tests
The newest version!
<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 https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd"> <include relativeToChangelogFile="true" file="create-tables.xml"/> <include file="create-log-table.xml" relativeToChangelogFile="true"/> </databaseChangeLog>