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
/
006_GridStore.sql
blob: 91322d6431992b1362dd1425fab99d920ef734e0 (
plain
)
1
2
3
4
5
BEGIN
;
ALTER TABLE
`regions`
ADD COLUMN
`last_seen`
integer
NOT NULL DEFAULT
0
;
COMMIT
;