mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Better logging in PresenceService, to help diagnose presence problems.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user