mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Tickets: Add report time and current latency to lag_reports table
It's a tiny bit more useful now.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `lag_reports` ADD `latency` int(10) unsigned NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `lag_reports` ADD `createTime` int(10) unsigned NOT NULL DEFAULT '0';
|
||||
Reference in New Issue
Block a user