This website works better with JavaScript
Home
Explore
Help
Sign In
GwynethLlewelyn
/
OpenSim-Test
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Tree:
2be0f7a6f0
Branches
Tags
master
OpenSim-Test
/
OpenSim
/
Data
/
MySQL
/
Resources
/
015_RegionStore.sql
015_RegionStore.sql
86 B
History
Raw
1
2
3
4
5
6
begin;
alter table estate_settings add column DenyMinors tinyint not null;
commit;