index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Data
/
MySQL
/
Resources
/
012_RegionStore.sql
blob: 95c27573de5b9eb881cb4d8058fa554317ef71ca (
plain
)
1
2
3
4
5
BEGIN
;
ALTER TABLE
prims
add index
prims_parentid
(
ParentID
);
COMMIT
;