Add specialcashitems data changeset
This commit is contained in:
@@ -13478,9 +13478,6 @@ CREATE TABLE IF NOT EXISTS `specialcashitems` (
|
|||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||||
|
|
||||||
INSERT INTO `specialcashitems` (`id`, `sn`, `modifier`, `info`) VALUES
|
|
||||||
(1, 10000617, 1024, 1);
|
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `storages` (
|
CREATE TABLE IF NOT EXISTS `storages` (
|
||||||
`storageid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
`storageid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||||
`accountid` int(11) NOT NULL DEFAULT '0',
|
`accountid` int(11) NOT NULL DEFAULT '0',
|
||||||
|
|||||||
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"/>
|
<sqlFile path="db/131-reactordrops-data.sql"/>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
|
<changeSet id="141" author="Ponk">
|
||||||
|
<sqlFile path="db/141-specialcashitems-data.sql"/>
|
||||||
|
</changeSet>
|
||||||
|
|
||||||
</databaseChangeLog>
|
</databaseChangeLog>
|
||||||
Reference in New Issue
Block a user