mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
7 lines
150 B
SQL
7 lines
150 B
SQL
--
|
|
-- Adds HTML style value to the player preferences table.
|
|
--
|
|
|
|
ALTER TABLE `ss13_player_preferences`
|
|
ADD `skin_theme` VARCHAR(32) DEFAULT 'Light';
|