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
/
029_RegionStore.sql
blob: b5962a2e1049c2ec5e2b0e9d583b9c6d437a250e (
plain
)
1
2
3
4
5
BEGIN
;
ALTER TABLE
prims
ADD COLUMN
PassTouches tinyint
not null default
0
;
COMMIT
;