mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Mantis#2657. Thank you kindly, StrawberryFride for a patch that:
Added access_time and create_time, plus the new sun position data to MSSQL code.
This commit is contained in:
7
OpenSim/Data/MSSQL/Resources/010_RegionStore.sql
Normal file
7
OpenSim/Data/MSSQL/Resources/010_RegionStore.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE regionsettings ADD sunvectorx float NOT NULL default 0;
|
||||
ALTER TABLE regionsettings ADD sunvectory float NOT NULL default 0;
|
||||
ALTER TABLE regionsettings ADD sunvectorz float NOT NULL default 0;
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user