Fix char ; is missing

This commit is contained in:
Snaiker 2021-01-14 02:56:01 +00:00
parent 73f9d0ab2d
commit 3371308395

View File

@ -124,5 +124,5 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.keys.cmd_roombad
INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.description.cmd_roombadge', ':roombadge <badge>');
-- Making items.wired_data column bigger since wired data is saved as JSON now
ALTER TABLE `items` MODIFY COLUMN `wired_data` varchar(10000)
ALTER TABLE `items` MODIFY COLUMN `wired_data` varchar(10000);