mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
8 lines
238 B
SQL
8 lines
238 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
|