mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-04-01 01:42:08 +01: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`;
|