mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
8 lines
264 B
SQL
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`
|