🆙 Update SQL files

This commit is contained in:
DuckieTM
2026-04-19 09:39:51 +02:00
parent 1a3ceefdc5
commit 671ab04b50
8 changed files with 2 additions and 1 deletions
@@ -0,0 +1,3 @@
INSERT INTO emulator_settings (`key`, `value`) VALUES ('packet.global.rate.limit', '50');
ALTER TABLE `rooms` ADD COLUMN IF NOT EXISTS `youtube_enabled` TINYINT(1) NOT NULL DEFAULT 0;