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
/
004_RegionStore.sql
blob: 4db2f7587dab0541b497946e787f834b52bac237 (
plain
)
1
2
3
4
5
BEGIN
;
ALTER TABLE
primitems
add
flags
integer
not null default
0
;
COMMIT
;