feat(db): add missing changelog import

This commit is contained in:
2021-11-05 00:10:41 +01:00
parent 2676b09728
commit 3efbec281d
3 changed files with 7 additions and 1 deletions

View File

@@ -5,4 +5,7 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
<include file="prepare-database.sql" relativeToChangelogFile="true"/>
<include file="changeset/create-user.xml" relativeToChangelogFile="true"/>
<include file="changeset/create-account.xml" relativeToChangelogFile="true"/>
<include file="changeset/create-shared-account.xml" relativeToChangelogFile="true"/>
<include file="changeset/create-expenses.xml" relativeToChangelogFile="true"/>
</databaseChangeLog>