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