mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Adds additional logging to figure out what causes NULL job entries in the db Adds logging of the alt_titles the chars join with.
7 lines
166 B
SQL
7 lines
166 B
SQL
--
|
|
-- Adds alt_title logging to the ss13_characters_log
|
|
--
|
|
|
|
ALTER TABLE `ss13_characters_log`
|
|
ADD COLUMN `alt_title` VARCHAR(32) NULL DEFAULT NULL AFTER `job_name`;
|