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
/
MSSQL
/
Resources
/
005_GridStore.sql
blob: aa04a330191d38dc216305467534b031a70eec0d (
plain
)
1
2
3
4
5
BEGIN TRANSACTION
ALTER TABLE
regions
ADD access
int
default
0
;
COMMIT