Add maker recipe data changeset

This commit is contained in:
P0nk
2025-07-01 11:57:38 +02:00
parent b410832a81
commit c7137954fe
4 changed files with 1933 additions and 1930 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -109,8 +109,12 @@
<sqlFile path="db/102-shopitems-data.sql"/>
</changeSet>
<changeSet id="103" author="Ponk">
<sqlFile path="db/103-makercreate-data.sql"/>
<changeSet id="111" author="Ponk">
<sqlFile path="db/111-makercreate-data.sql"/>
</changeSet>
<changeSet id="112" author="Ponk">
<sqlFile path="db/112-makerrecipe-data.sql"/>
</changeSet>
</databaseChangeLog>