Add specialcashitems data changeset

This commit is contained in:
P0nk
2025-07-01 16:34:55 +02:00
parent ad63aaad44
commit 295144758d
3 changed files with 6 additions and 3 deletions

View File

@@ -13478,9 +13478,6 @@ CREATE TABLE IF NOT EXISTS `specialcashitems` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `specialcashitems` (`id`, `sn`, `modifier`, `info`) VALUES
(1, 10000617, 1024, 1);
CREATE TABLE IF NOT EXISTS `storages` (
`storageid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`accountid` int(11) NOT NULL DEFAULT '0',

View File

@@ -0,0 +1,2 @@
INSERT INTO lb_specialcashitems (id, sn, modifier, info)
VALUES (1, 10000617, 1024, 1);

View File

@@ -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>