mirror of
https://github.com/opensim/opensim.git
synced 2026-06-01 23:45:44 +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:
7
OpenSim/Data/SQLiteNG/Resources/007_UserStore.sql
Normal file
7
OpenSim/Data/SQLiteNG/Resources/007_UserStore.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE useragents add currentLookAtX float not null default 128;
|
||||
ALTER TABLE useragents add currentLookAtY float not null default 128;
|
||||
ALTER TABLE useragents add currentLookAtZ float not null default 70;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user