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: cee98afdad6af16bcadaa9b774920df6eb55344e (
plain
)
1
2
3
4
5
BEGIN TRANSACTION
ALTER TABLE
regions
ADD access
int
default
0
;
COMMIT