From 6cfa80c25a8dc96041e2e50ab9c083b35a0d457c Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 9 May 2024 21:14:26 +0100 Subject: [PATCH] fix mysql regionstore migration file --- OpenSim/Data/MySQL/Resources/RegionStore.migrations | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Data/MySQL/Resources/RegionStore.migrations b/OpenSim/Data/MySQL/Resources/RegionStore.migrations index 142916551c..918d3df7d7 100644 --- a/OpenSim/Data/MySQL/Resources/RegionStore.migrations +++ b/OpenSim/Data/MySQL/Resources/RegionStore.migrations @@ -551,6 +551,7 @@ ALTER TABLE `land` ADD COLUMN `environment` MEDIUMTEXT default NULL; COMMIT; :VERSION 64 #----- material overrides +BEGIN; ALTER TABLE `primshapes` ADD COLUMN `MatOvrd` blob default NULL; COMMIT;