Files
Aurora.3/SQL/migrate/V046__radials.sql
2020-04-24 17:00:30 +02:00

8 lines
262 B
SQL

--
-- Adds support for underwear updates in PR #8710.
-- What else do you think this does?
--
ALTER TABLE `ss13_player_preferences`
ADD `tooltip_style` ENUM('Midnight', 'Plasmafire', 'Retro', 'Slimecore', 'Operative', 'Clockwork') NULL DEFAULT 'Midnight';