mirror of
https://github.com/opensim/opensim.git
synced 2026-06-05 10:28:34 +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:
8
OpenSim/Data/SQLiteNG/Resources/014_RegionStore.sql
Normal file
8
OpenSim/Data/SQLiteNG/Resources/014_RegionStore.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
begin;
|
||||
|
||||
ALTER TABLE regionsettings ADD COLUMN sunvectorx double NOT NULL default 0;
|
||||
ALTER TABLE regionsettings ADD COLUMN sunvectory double NOT NULL default 0;
|
||||
ALTER TABLE regionsettings ADD COLUMN sunvectorz double NOT NULL default 0;
|
||||
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user