mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
8 lines
205 B
SQL
8 lines
205 B
SQL
--
|
|
-- Implemented in PR #10540.
|
|
-- Adds a `headset_choice` column for headset type preferences.
|
|
--
|
|
|
|
ALTER TABLE `ss13_characters`
|
|
ADD COLUMN `headset_choice` TINYINT NULL DEFAULT NULL AFTER `pda_choice`;
|