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:
Justin Clark-Casey (justincc)
2010-04-23 17:17:15 +01:00
parent 50f327ef5c
commit a23bebdc0f
62 changed files with 6378 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
BEGIN TRANSACTION;
ALTER TABLE users add email varchar(250);
COMMIT;