🆙 Database updated to TuT instalation

This commit is contained in:
duckietm
2026-05-18 12:56:28 +02:00
parent d1d8d14bec
commit 4f9fa9fc93
23 changed files with 31208 additions and 30500 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;