12 lines
503 B
XML
12 lines
503 B
XML
<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-4.17.xsd">
|
|
|
|
<changeSet id="2022-12-05-add-tab-v-1-0-0" author="uPagge">
|
|
<tagDatabase tag="v.1.1.3"/>
|
|
</changeSet>
|
|
|
|
<include file="2022-12-05-add-reviewers.xml" relativeToChangelogFile="true"/>
|
|
|
|
</databaseChangeLog> |