mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds additional logging to figure out what causes NULL job entries in the db (#5494)
Adds additional logging to figure out what causes NULL job entries in the db Adds logging of the alt_titles the chars join with.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- 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`;
|
||||
Reference in New Issue
Block a user