Files
Aurora.3/SQL/migrate/V060__headset_styles.sql
Wowzewow (Wezzy) c4ce4dd232 Choose type of headset from loadout (#10540)
Choose type of headset from loadout
2020-11-22 13:45:26 +02:00

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`;