mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
added missing file from mantis #2555
This commit is contained in:
5
OpenSim/Data/MSSQL/Resources/005_UserStore.sql
Normal file
5
OpenSim/Data/MSSQL/Resources/005_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