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:
b324f88f86
Branches
Tags
master
OpenSim-Test
/
OpenSim
/
Data
/
MSSQL
/
Resources
/
009_RegionStore.sql
009_RegionStore.sql
85 B
History
Raw
1
2
3
4
5
BEGIN TRANSACTION
ALTER TABLE prims ADD Material tinyint NOT NULL default 3
COMMIT