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
/
002_GridStore.sql
blob: 35b9be122e2c28e283a68045d3277c4cdbced98a (
plain
)
1
2
3
4
5
BEGIN
;
ALTER TABLE
regions
add column access
integer
unsigned
default
1
;
COMMIT
;