store parcel uglysky on mysql region db (others one day..)

This commit is contained in:
UbitUmarov
2020-06-18 01:36:01 +01:00
parent 369a2e1453
commit 104f7f0eb2
2 changed files with 53 additions and 3 deletions

View File

@@ -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;