Files
Aurora.3/SQL/migrate/V032__more_do_options.sql
Werner 2447da3d6e 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.
2018-11-01 11:42:48 +02:00

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`;