mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 01:22:15 +00:00
5 lines
70 B
PL/PgSQL
5 lines
70 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE prims add index prims_parentid(ParentID);
|
|
|
|
COMMIT; |