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:
Werner
2018-11-01 11:42:48 +02:00
committed by Erki
parent 7e2fdf2013
commit 2447da3d6e
2 changed files with 11 additions and 2 deletions
+6
View File
@@ -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`;