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
a23bebdc0f
OpenSimMirror
/
OpenSim
/
Data
/
SQLiteNG
/
Resources
/
016_RegionStore.sql
6 lines
87 B
PL/PgSQL
Raw
Blame
History
BEGIN
;
ALTER
TABLE
prims
ADD
COLUMN
VolumeDetect
INTEGER
NOT
NULL
DEFAULT
0
;
COMMIT
;
Reference in New Issue
View Git Blame
Copy Permalink