mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-05-14 19:33:36 +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';
|