mirror of
https://github.com/opensim/opensim.git
synced 2026-06-02 16:45:35 +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:
6
OpenSim/Data/SQLiteNG/Resources/004_UserStore.sql
Normal file
6
OpenSim/Data/SQLiteNG/Resources/004_UserStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE users add customType varchar(32) not null default '';
|
||||
ALTER TABLE users add partner char(36) not null default '00000000-0000-0000-0000-000000000000';
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user