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_UserStore.sql
blob: 10b321e6019423105fa547d8a8be4f6e2c9218d7 (
plain
)
1
2
3
4
5
BEGIN
;
ALTER TABLE
agents
add
currentLookAt
varchar
(
36
)
not null default
''
;
COMMIT
;