mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
implement email field for MySQL and SQLite
From: Sean Dague <sdague@gmail.com>
This commit is contained in:
5
OpenSim/Data/SQLite/Resources/008_UserStore.sql
Normal file
5
OpenSim/Data/SQLite/Resources/008_UserStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE users add email varchar(250);
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user