This website requires JavaScript.
Explore
Help
Sign In
OpenSim
/
OpenSimMirror
Watch
1
Star
0
Fork
You've already forked OpenSimMirror
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
23282935f1
OpenSimMirror
/
OpenSim
/
Data
/
SQLite
/
Resources
/
012_RegionStore.sql
6 lines
83 B
PL/PgSQL
Raw
Blame
History
BEGIN
;
ALTER
TABLE
prims
ADD
COLUMN
Material
INTEGER
NOT
NULL
default
3
;
COMMIT
;
Reference in New Issue
View Git Blame
Copy Permalink