Add specialcashitems data changeset
This commit is contained in:
2
src/main/resources/db/141-specialcashitems-data.sql
Normal file
2
src/main/resources/db/141-specialcashitems-data.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO lb_specialcashitems (id, sn, modifier, info)
|
||||
VALUES (1, 10000617, 1024, 1);
|
||||
@@ -129,4 +129,8 @@
|
||||
<sqlFile path="db/131-reactordrops-data.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="141" author="Ponk">
|
||||
<sqlFile path="db/141-specialcashitems-data.sql"/>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
Reference in New Issue
Block a user