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
/
015_RegionStore.sql
blob: 6d4f9f332f606ddaec83c27bc0b9b04788b868ba (
plain
)
1
2
3
4
5
6
begin
;
alter table
estate_settings
add column
DenyMinors tinyint
not null
;
commit
;