Add realm ID for actions based ip logging (#24453)
* Update SQL queries to insert realm id * Insert the realm id when logging actions based on IP * Adding the SQL update file * Update 9999_99_99_99_auth.sql * Update auth structure Co-authored-by: Giacomo Pozzoni <[email protected]> (cherry picked from commit 56f20d69a6ab23a9818f77fd4e2df541a7c30f0e)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
--
|
||||
ALTER TABLE `logs_ip_actions` ADD COLUMN `realm_id` INT(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Realm ID' AFTER `character_guid`;
|
||||
Reference in New Issue
Block a user