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
/
SQLite
/
Resources
/
012_RegionStore.sql
blob: d952b78bd29fa8a4d04cec21db4a4f572572957b (
plain
)
1
2
3
4
5
BEGIN
;
ALTER TABLE
prims
ADD COLUMN
Material
INTEGER
NOT NULL default
3
;
COMMIT
;