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;