mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
8 lines
175 B
SQL
8 lines
175 B
SQL
--
|
|
-- Implemented in PR #2607.
|
|
-- Character body marking migration file
|
|
--
|
|
|
|
ALTER TABLE `ss13_characters`
|
|
ADD `body_markings` TEXT NULL DEFAULT NULL AFTER `organs_robotic`;
|