Better logging in PresenceService, to help diagnose presence problems.

This commit is contained in:
Oren Hurvitz
2014-04-20 12:47:30 +03:00
parent b065c02661
commit acc2c42a79
3 changed files with 83 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
:VERSION 1 # --------------------------
:VERSION 1 # --------------------------
BEGIN;
@@ -21,3 +21,11 @@ BEGIN;
ALTER TABLE `Presence` ADD COLUMN LastSeen timestamp;
COMMIT;
:VERSION 3 # --------------------------
BEGIN;
CREATE INDEX RegionID ON Presence(RegionID);
COMMIT;