Add maker recipe data changeset
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1927
src/main/resources/db/112-makerrecipe-data.sql
Normal file
1927
src/main/resources/db/112-makerrecipe-data.sql
Normal file
File diff suppressed because it is too large
Load Diff
@@ -109,8 +109,12 @@
|
|||||||
<sqlFile path="db/102-shopitems-data.sql"/>
|
<sqlFile path="db/102-shopitems-data.sql"/>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
<changeSet id="103" author="Ponk">
|
<changeSet id="111" author="Ponk">
|
||||||
<sqlFile path="db/103-makercreate-data.sql"/>
|
<sqlFile path="db/111-makercreate-data.sql"/>
|
||||||
|
</changeSet>
|
||||||
|
|
||||||
|
<changeSet id="112" author="Ponk">
|
||||||
|
<sqlFile path="db/112-makerrecipe-data.sql"/>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
</databaseChangeLog>
|
</databaseChangeLog>
|
||||||
Reference in New Issue
Block a user