mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-06-03 21:28:32 +01:00
c540d9d021
This passed review with (#7035) let's get this.
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';
|