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
/
019_RegionStore.sql
blob: 4c14f2a5f4d8f7339caa923c34ece15314faf702 (
plain
)
1
2
3
4
5
6
begin
;
ALTER TABLE
prims
ADD COLUMN
Material tinyint
NOT NULL default
3
;
commit
;