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