diff options
Diffstat (limited to 'OpenSim/Data/PGSQL/Resources')
-rwxr-xr-x[-rw-r--r--] | OpenSim/Data/PGSQL/Resources/Presence.migrations | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Data/PGSQL/Resources/Presence.migrations b/OpenSim/Data/PGSQL/Resources/Presence.migrations index 684faa2..482beef 100644..100755 --- a/OpenSim/Data/PGSQL/Resources/Presence.migrations +++ b/OpenSim/Data/PGSQL/Resources/Presence.migrations | |||
@@ -28,3 +28,11 @@ BEGIN TRANSACTION; | |||
28 | ALTER TABLE Presence ADD "LastSeen" Timestamp; | 28 | ALTER TABLE Presence ADD "LastSeen" Timestamp; |
29 | 29 | ||
30 | COMMIT; | 30 | COMMIT; |
31 | |||
32 | :VERSION 3 # -------------------------- | ||
33 | |||
34 | BEGIN; | ||
35 | |||
36 | CREATE INDEX RegionID ON Presence("RegionID"); | ||
37 | |||
38 | COMMIT; | ||