aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/changeLog.xml
blob: 870baf433f069cffca46453fefd9c5a629606388 (plain) (blame)
1
2
3
4
5
6
7
8
9
<databaseChangeLog
    xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
    xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd
    http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
   <include file="db/changelogs/20220804-add-pantryitem.xml" />
   <include file="db/changelogs/20220814-test-data.xml" />
</databaseChangeLog>