aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/changeLog.xml
blob: f7593505e9e557d1918fcd838746f224be903a69 (plain) (blame)
1
2
3
4
5
6
7
8
<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" />
</databaseChangeLog>