Files
opensim/OpenSim/Data/MSSQL/Resources/010_RegionStore.sql
2008-11-21 18:44:48 +00:00

8 lines
231 B
SQL

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