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:
Nay
2012-04-07 19:12:14 +01:00
parent ba3f25c143
commit 3d83f663f6
3 changed files with 5 additions and 1 deletions

View File

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