18 lines
924 B
XML
18 lines
924 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!--
|
|
~ Copyright (C) 2021 Anton Romanov - All Rights Reserved
|
|
~ You may use, distribute and modify this code, please write to: romanov73@gmail.com.
|
|
-->
|
|
|
|
<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.1.xsd">
|
|
<include file="db/changelog-20210317_140000-schema.xml"/>
|
|
<include file="db/changelog-20210326_170000-schema.xml"/>
|
|
<include file="db/changelog-20210329_120000-schema.xml"/>
|
|
<include file="db/changelog-20210412_100000-schema.xml"/>
|
|
<include file="db/changelog-20220422_120000-schema.xml"/>
|
|
<include file="db/changelog-20220621_120000-schema.xml"/>
|
|
</databaseChangeLog>
|