🆙 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
+6
View File
@@ -0,0 +1,6 @@
INSERT IGNORE INTO `emulator_settings` (`key`, `value`) VALUES
('furni.editor.renderer.config.path', '/var/www/Gamedata/config/renderer-config.json'),
('furni.editor.asset.base.path', '/var/www/Gamedata/furniture/nitro-assets/');
ALTER TABLE permissions
ADD COLUMN `acc_catalogfurni` ENUM('0','1') NOT NULL DEFAULT '0' AFTER `acc_catalog_ids`;