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
e4419c34c3
OpenSimMirror
/
OpenSim
/
Data
/
SQLite
/
Resources
/
010_RegionStore.sql
6 lines
86 B
PL/PgSQL
Raw
Blame
History
BEGIN
;
ALTER
TABLE
prims
ADD
COLUMN
ClickAction
INTEGER
NOT
NULL
default
0
;
COMMIT
;
Reference in New Issue
View Git Blame
Copy Permalink