mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 13:35:35 +08:00
5 lines
70 B
PL/PgSQL
5 lines
70 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE prims add index prims_parentid(ParentID);
|
|
|
|
COMMIT; |