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 <giacomopoz@gmail.com>
(cherry picked from commit 56f20d69a6)
This commit is contained in:
zartech22
2020-04-18 14:26:05 +02:00
committed by Shauren
parent e67e0ff9fb
commit c57c26d7fb
4 changed files with 40 additions and 26 deletions

View File

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