Files
Aurora.3/SQL/migrate/V071__tail_overhaul.sql
2022-04-19 12:02:00 +02:00

8 lines
264 B
SQL

--
-- Implemented in PR #numberhere.
-- Adds the ability for players to select their species' tail, instead of each species only having one stock type of tail.
--
ALTER TABLE `ss13_characters`
ADD COLUMN `tail_style` varchar(12) DEFAULT NULL AFTER `skin_colour`