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
/
007_UserStore.sql
blob: 3ab526137377ffac39babd33a248dc9139c94acb (
plain
)
1
2
3
4
5
BEGIN
;
ALTER TABLE
users
add
email
varchar
(
250
);
COMMIT
;