diff --git a/OpenSim/Data/SQLite/Resources/RegionStore.migrations b/OpenSim/Data/SQLite/Resources/RegionStore.migrations index caf6efc07d..448fc96271 100644 --- a/OpenSim/Data/SQLite/Resources/RegionStore.migrations +++ b/OpenSim/Data/SQLite/Resources/RegionStore.migrations @@ -399,3 +399,10 @@ COMMIT; BEGIN; ALTER TABLE `land` ADD COLUMN `environment` TEXT default NULL; COMMIT; + + +:VERSION 40 #----- sop animations and materials +BEGIN; +ALTER TABLE `prims` ADD COLUMN `sopanims` blob default NULL; +ALTER TABLE `primshapes` ADD COLUMN `MatOvrd` blob default NULL; +COMMIT;