mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
7 lines
112 B
PL/PgSQL
7 lines
112 B
PL/PgSQL
BEGIN;
|
|
|
|
CREATE UNIQUE INDEX SessionID ON Presence(SessionID);
|
|
CREATE INDEX UserID ON Presence(UserID);
|
|
|
|
COMMIT;
|