mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Update PGSQL groups handler to accept search queries from the viewer
Update PGSQL groups handler to accept search queries from the viewer. Fixed malformed query strings. Signed-off-by: Oren Hurvitz <orenh@kitely.com>
This commit is contained in:
committed by
Oren Hurvitz
parent
965f94e30f
commit
a7fccbcf6f
8
OpenSim/Data/PGSQL/Resources/Presence.migrations
Normal file → Executable file
8
OpenSim/Data/PGSQL/Resources/Presence.migrations
Normal file → Executable file
@@ -28,3 +28,11 @@ BEGIN TRANSACTION;
|
||||
ALTER TABLE Presence ADD "LastSeen" Timestamp;
|
||||
|
||||
COMMIT;
|
||||
|
||||
:VERSION 3 # --------------------------
|
||||
|
||||
BEGIN;
|
||||
|
||||
CREATE INDEX RegionID ON Presence("RegionID");
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user