index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Data
/
SQLite
/
Resources
/
016_RegionStore.sql
blob: 71be55bc9db712bfa29df7a83d99f9b6d220a1a6 (
plain
)
1
2
3
4
5
BEGIN
;
ALTER TABLE
prims
ADD COLUMN
VolumeDetect
INTEGER
NOT NULL DEFAULT
0
;
COMMIT
;