🆙 Stage 2 Fix SQL

This commit is contained in:
duckietm
2026-04-14 09:54:10 +02:00
parent ab570885e6
commit ce103f1855
12 changed files with 997 additions and 469 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;