index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Data
/
MySQL
/
Resources
/
023_RegionStore.sql
blob: 559591fba5cfecc48c44937ddc2153ba5fbf4fac (
plain
)
1
2
3
4
5
6
BEGIN
;
ALTER TABLE
prims
ADD COLUMN
LinkNumber
integer
not null default
0
;
COMMIT
;