mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-17 03:02:35 +01:00
Missing sql update key.
This commit is contained in:
parent
5b1ffa5bee
commit
5ef04f76df
@ -126,3 +126,7 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.description.cmd_
|
|||||||
-- Making items.wired_data column bigger since wired data is saved as JSON now
|
-- 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)
|
||||||
|
|
||||||
|
-- Mute area sqls
|
||||||
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('room.chat.mutearea.allow_whisper', 'false');
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user