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
/
010_RegionStore.sql
blob: b91ccf0a8d2ba69c300a6ada4d4e2aea49152281 (
plain
)
1
2
3
4
5
BEGIN
;
ALTER TABLE
prims
ADD COLUMN
ClickAction
INTEGER
NOT NULL default
0
;
COMMIT
;