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
a3db2936f7
OpenSimMirror
/
OpenSim
/
Data
/
MySQL
/
Resources
/
018_RegionStore.sql
7 lines
87 B
PL/PgSQL
Raw
Blame
History
begin
;
ALTER
TABLE
prims
ADD
COLUMN
ClickAction
tinyint
NOT
NULL
default
0
;
commit
;
Reference in New Issue
View Git Blame
Copy Permalink