mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
store parcel uglysky on mysql region db (others one day..)
This commit is contained in:
@@ -544,3 +544,9 @@ COMMIT;
|
||||
BEGIN;
|
||||
ALTER TABLE `regionenvironment` MODIFY `llsd_settings` MEDIUMTEXT;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 63 #----- parcel enviroment store
|
||||
BEGIN;
|
||||
ALTER TABLE `land` ADD COLUMN `enviroment` MEDIUMTEXT default NULL;
|
||||
COMMIT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user