mirror of
https://github.com/opensim/opensim.git
synced 2026-05-27 20:35:59 +08:00
Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will shortly be changed to work under mono 2.6 and above
This commit is contained in:
5
OpenSim/Data/SQLiteNG/Resources/008_UserStore.sql
Normal file
5
OpenSim/Data/SQLiteNG/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