Commit ed4a44195048c8d00abe82f8c20f0bdd580bb37c
1 parent
84af8fbb
KTS-4297 Copied upgrade function to rebuild the full paths for all folders and documents.
"The folder 'Rename' function messes up the file path" Committed by: Megan Watson
Showing
1 changed file
with
2 additions
and
1 deletions
lib/upgrades/UpgradeFunctions.inc.php
| @@ -65,7 +65,8 @@ class UpgradeFunctions { | @@ -65,7 +65,8 @@ class UpgradeFunctions { | ||
| 65 | '3.5.0' => array('cleanupOldKTAdminVersionNotifier', 'updateConfigFile35', 'registerIndexingTasks'), | 65 | '3.5.0' => array('cleanupOldKTAdminVersionNotifier', 'updateConfigFile35', 'registerIndexingTasks'), |
| 66 | '3.5.2' => array('setStorageEngine','dropForeignKeys','dropPrimaryKeys','dropIndexes','createPrimaryKeys','createForeignKeys','createIndexes', 'removeSlashesFromObjects'), | 66 | '3.5.2' => array('setStorageEngine','dropForeignKeys','dropPrimaryKeys','dropIndexes','createPrimaryKeys','createForeignKeys','createIndexes', 'removeSlashesFromObjects'), |
| 67 | '3.5.3' => array('moveConfigSettingsToDB','removeAdminVersionNotifier','removeOldSearchPlugins','addAutoIncrementToTables', 'addAutoIncrementToTables2'), | 67 | '3.5.3' => array('moveConfigSettingsToDB','removeAdminVersionNotifier','removeOldSearchPlugins','addAutoIncrementToTables', 'addAutoIncrementToTables2'), |
| 68 | - '3.5.4' => array('createIndexes', 'updateServerConfigSettings','removeOldFilesAndFolders354','removeOldFilesAndFolders354a','removeOldFilesAndFolders354a1') | 68 | + '3.5.4' => array('createIndexes', 'updateServerConfigSettings','removeOldFilesAndFolders354','removeOldFilesAndFolders354a','removeOldFilesAndFolders354a1'), |
| 69 | + '3.6.1' => array('removeSlashesFromObjects') | ||
| 69 | ); | 70 | ); |
| 70 | 71 | ||
| 71 | var $descriptions = array( | 72 | var $descriptions = array( |