From a7fccbcf6fc4a6b42ce6381c65c85b3ca7fdee3e Mon Sep 17 00:00:00 2001 From: Geir Nøklebye Date: Sat, 25 Jul 2015 20:35:25 +0200 Subject: 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 --- OpenSim/Data/PGSQL/Resources/Presence.migrations | 8 ++++++++ 1 file changed, 8 insertions(+) mode change 100644 => 100755 OpenSim/Data/PGSQL/Resources/Presence.migrations (limited to 'OpenSim/Data/PGSQL/Resources/Presence.migrations') diff --git a/OpenSim/Data/PGSQL/Resources/Presence.migrations b/OpenSim/Data/PGSQL/Resources/Presence.migrations old mode 100644 new mode 100755 index 684faa2..482beef --- a/OpenSim/Data/PGSQL/Resources/Presence.migrations +++ b/OpenSim/Data/PGSQL/Resources/Presence.migrations @@ -28,3 +28,11 @@ BEGIN TRANSACTION; ALTER TABLE Presence ADD "LastSeen" Timestamp; COMMIT; + +:VERSION 3 # -------------------------- + +BEGIN; + +CREATE INDEX RegionID ON Presence("RegionID"); + +COMMIT; -- cgit v1.1