mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-05-14 10:53:09 +01:00
17354e5109
Ports the body marking system from polaris. And I think I got all the SQL related procs.
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`;
|